add captain definition file
This commit is contained in:
parent
f0fa49c291
commit
ff046ef49a
2 changed files with 12 additions and 0 deletions
4
captain-definition
Normal file
4
captain-definition
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfilePath": "./Dockerfile"
|
||||
}
|
|
@ -97,6 +97,14 @@ function Home({ spaceId }) {
|
|||
/>
|
||||
)}
|
||||
|
||||
{roomIds.length !== 0 && (
|
||||
<RoomsCategory
|
||||
name="Rooms"
|
||||
roomIds={roomIds.sort(roomIdByAtoZ)}
|
||||
drawerPostie={drawerPostie}
|
||||
/>
|
||||
)}
|
||||
|
||||
{directIds.length !== 0 && (
|
||||
<RoomsCategory
|
||||
name="People"
|
||||
|
|
Loading…
Reference in a new issue