Skip to content

Commit 142e3c0

Browse files
committed
fix:removed updateviewport
1 parent 33333e1 commit 142e3c0

File tree

1 file changed

+1
-2
lines changed
  • src/routes/(console)/organization-[organization]

1 file changed

+1
-2
lines changed

src/routes/(console)/organization-[organization]/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import { canWriteProjects } from '$lib/stores/roles';
2727
import { checkPricingRefAndRedirect } from '$lib/helpers/pricingRedirect';
2828
import { Badge, Icon, Typography, Alert, Tag, Tooltip } from '@appwrite.io/pink-svelte';
29-
import { isSmallViewport, updateViewport } from '$lib/stores/viewport';
29+
import { isSmallViewport } from '$lib/stores/viewport';
3030
import {
3131
IconAndroid,
3232
IconApple,
@@ -116,7 +116,6 @@
116116
};
117117
onMount(async () => {
118118
checkPricingRefAndRedirect(page.url.searchParams);
119-
updateViewport();
120119
});
121120
122121
function findRegion(project: Models.Project) {

0 commit comments

Comments
 (0)