8000 :| · coder/coder@4d9ec85 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d9ec85

Browse files
committed
:|
1 parent c0f602d commit 4d9ec85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/dashboard/DashboardProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import type {
1111
import { ErrorAlert } from "components/Alert/ErrorAlert";
1212
import { Loader } from "components/Loader/Loader";
1313
import { useAuthenticated } from "contexts/auth/RequireAuth";
14-
import { canViewAnyOrganization } from "modules/permissions";
< 5546 /td>
1514
import { useEmbeddedMetadata } from "hooks/useEmbeddedMetadata";
15+
import { canViewAnyOrganization } from "modules/permissions";
1616
import { type FC, type PropsWithChildren, createContext } from "react";
1717
import { useQuery } from "react-query";
1818
import { selectFeatureVisibility } from "./entitlements";

0 commit comments

Comments
 (0)
0