Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 8cb9faa

Browse files
committed
linting
1 parent 1cbf553 commit 8cb9faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/pages/account/dashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ export const Account: React.FC<AccountProps> = () => {
402402
}, [currentEpochStakeMap, nextEpochStakeMap, delegatorData]);
403403

404404
React.useEffect(() => {
405-
const castedStakeError = useStakeError as unknown as RPCError;
405+
const castedStakeError = (useStakeError as unknown) as RPCError;
406406
if (useStakeError && castedStakeError.code === -32000) {
407407
setStakingError(useStakeError);
408408
}

0 commit comments

Comments
 (0)