Skip to content

Commit 8ad63b5

Browse files
committed
test: dashboard
1 parent 3d8a039 commit 8ad63b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function (): React.ReactElement {
4040
data: dashboard,
4141
isFetching: isFetchingDashboard,
4242
refetch: refetchDashboard,
43-
} = useGetDashboardQuery({ teamId }, { skip: !isPlatformView && !teamId })
43+
} = useGetDashboardQuery({ teamId }, { skip: !isPlatformAdmin && !teamId })
4444

4545
const isDirty = useAppSelector(({ global: { isDirty } }) => isDirty)
4646
useEffect(() => {

0 commit comments

Comments
 (0)