Skip to content

Commit

Permalink
fix(rooms): change title to more appropiate name
Browse files Browse the repository at this point in the history
  • Loading branch information
akoushke committed Sep 11, 2019
1 parent 90c7c24 commit 921fad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ exports[`Webex Activity Stream component Webex Activity Stream snapshots matches
className="activity-stream"
>
<Greeting
personName="title"
personName="Webex Component User"
/>
</div>
`;
Expand Down
2 changes: 1 addition & 1 deletion src/data/rooms.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"room-1": {
"ID": "room-1",
"title": "title",
"title": "Webex Component User",
"roomType": "group"
},
"room-1-activities": []
Expand Down

0 comments on commit 921fad3

Please sign in to comment.