Skip to content

Commit

Permalink
Update containerLinkId
Browse files Browse the repository at this point in the history
  • Loading branch information
flakeed committed Oct 4, 2023
1 parent 47313c3 commit 9deb2fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ function Content({ deep, deviceLinkId }: ContentParam) {
});
}, [deep]);
const [containerLinkId, setContainerLinkId] = useCapacitorStore<number>(
'containerLinkId',
0
);
CapacitorStoreKeys[CapacitorStoreKeys.ContainerLinkId], 0);
const [isContactsSyncEnabled, setIsContactsSyncEnabled] = useCapacitorStore<
boolean | undefined
>(CapacitorStoreKeys[CapacitorStoreKeys.IsContactsSyncEnabled], undefined);
Expand Down

0 comments on commit 9deb2fa

Please sign in to comment.