Skip to content

Commit

Permalink
fixed service endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ferso committed Nov 25, 2024
1 parent 00b0f3f commit b90c345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/dash/interface/screens/home/home.screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import {
import { KycStatus, useHomeScreenHook } from "./hooks/home.screen.hook";
export const HomeScreen = () => {
const hook = useHomeScreenHook();
console.log({ status: hook.account?.kyc?.statu });
return (
<MainLayout
alert={
Expand Down

0 comments on commit b90c345

Please sign in to comment.