Skip to content

Commit 85db1c6

Browse files
authored
fix(popup): fix incorrect route component (#998)
1 parent d34e8c0 commit 85db1c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/popup/Popup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Routes = () => (
3131
component={C.MissingHostPermission}
3232
/>
3333
<Route path={P.ERROR_KEY_REVOKED} component={C.ErrorKeyRevoked} />
34-
<Route path={P.OUT_OF_FUNDS} component={C.ErrorKeyRevoked} />
34+
<Route path={P.OUT_OF_FUNDS} component={C.OutOfFunds} />
3535
<Route path={P.OUT_OF_FUNDS_ADD_FUNDS} component={C.OutOfFundsAddFunds} />
3636

3737
<Route path={P.SETTINGS} component={C.Settings} />

0 commit comments

Comments
 (0)