We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34e8c0 commit 85db1c6Copy full SHA for 85db1c6
1 file changed
src/pages/popup/Popup.tsx
@@ -31,7 +31,7 @@ const Routes = () => (
31
component={C.MissingHostPermission}
32
/>
33
<Route path={P.ERROR_KEY_REVOKED} component={C.ErrorKeyRevoked} />
34
- <Route path={P.OUT_OF_FUNDS} component={C.ErrorKeyRevoked} />
+ <Route path={P.OUT_OF_FUNDS} component={C.OutOfFunds} />
35
<Route path={P.OUT_OF_FUNDS_ADD_FUNDS} component={C.OutOfFundsAddFunds} />
36
37
<Route path={P.SETTINGS} component={C.Settings} />
0 commit comments