mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
implemented wallet create modal
This commit is contained in:
@@ -88,7 +88,7 @@ class AppMenuElement extends BaseComponentElement {
|
||||
const renderWallets = (wallets: Array<any>) => {
|
||||
if (isAuth && totalWallets > 0) {
|
||||
return html`${wallets.map((wallet) =>
|
||||
regularMenu(`wallet/${wallet.id}`, wallet.name)
|
||||
regularMenu(`/wallet/${wallet.id}`, wallet.name)
|
||||
)}`;
|
||||
}
|
||||
return html``;
|
||||
|
||||
Reference in New Issue
Block a user