Skip to content

Commit

Permalink
fix: sync wallet on opening page
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jul 25, 2024
1 parent c9c587e commit 85af54e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/screens/channels/first/OpeningFirstChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ import {
CardTitle,
} from "src/components/ui/card";
import { useChannels } from "src/hooks/useChannels";
import { useSyncWallet } from "src/hooks/useSyncWallet";

export function OpeningFirstChannel() {
useSyncWallet();
const { data: channels } = useChannels(true);
const navigate = useNavigate();

Expand Down

0 comments on commit 85af54e

Please sign in to comment.