render recent changes when spaceId is available
This commit is contained in:
parent
d4eefa48a8
commit
c7925739cb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default function SpaceHomeTabs() {
|
|||
<Space my="md" />
|
||||
|
||||
<Tabs.Panel value="recent">
|
||||
<RecentChanges spaceId={space?.id} />
|
||||
{space?.id && <RecentChanges spaceId={space.id} />}
|
||||
</Tabs.Panel>
|
||||
</Tabs>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue