fix types - make snowflakes a string
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 20s
Some checks failed
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Failing after 20s
This commit is contained in:
@ -11,7 +11,7 @@ const DashboardPage = (): ReactElement => {
|
||||
const user: User | undefined = useUserContext(
|
||||
(state: UserState) => state.user
|
||||
);
|
||||
const selectedOrganization: bigint | undefined = useOrganizationContext(
|
||||
const selectedOrganization: string | undefined = useOrganizationContext(
|
||||
(state: OrganizationState) => state.selected
|
||||
);
|
||||
return (
|
||||
|
Reference in New Issue
Block a user