Skip to content

Commit c6a26fa

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/js-cookie-3.0.5
2 parents 3e2c6e3 + 00d3840 commit c6a26fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default function Dashboard({ team, inventory }: Props): React.ReactElemen
287287

288288
return (
289289
<Box>
290-
{themeView === 'platform' && <UpgradeVersion version={versions?.core} />}
290+
{themeView === 'platform' && user?.isPlatformAdmin && <UpgradeVersion version={versions?.core} />}
291291
<Card>
292292
<InventoryCard
293293
classes={classes}

0 commit comments

Comments
 (0)