Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyangg committed Oct 7, 2024
1 parent 9f14e4b commit 9167099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Page(): JSX.Element {
const [,setShow] = useModal();

const [executeResult, setExecuteResult] = useState<ExecuteResultOrUndefined>(undefined);
const [ownerOfPotato, setOwnerOfPotato] = useState<String | undefined>();
const [ownerOfPotato, setOwnerOfPotato] = useState<string | undefined>();
const [transferTo, setTransferTo] = useState<string>("");
const {client}= useAbstraxionSigningClient();

Expand Down

0 comments on commit 9167099

Please sign in to comment.