merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit 744c1d2e9258352218d5fe05f9c6c31afdf55476
parent 9ab0bfdb4a2a59ea1286d6de8465c1601b78c860
Author: Sebastian <sebasjm@gmail.com>
Date:   Thu, 29 Apr 2021 10:43:40 -0300

removing transfer until ready

Diffstat:
Mpackages/frontend/src/components/menu/SideBar.tsx | 4++--
Mpackages/frontend/src/paths/instance/tips/list/Table.tsx | 2+-
Mpackages/frontend/src/paths/instance/transfers/list/Table.tsx | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/frontend/src/components/menu/SideBar.tsx b/packages/frontend/src/components/menu/SideBar.tsx @@ -67,12 +67,12 @@ export function Sidebar({ mobile, instance, onLogout, admin }: Props): VNode { <span class="menu-item-label">Products</span> </a> </li> - <li> + {/* <li> <a href="/transfers" class="has-icon"> <span class="icon"><i class="mdi mdi-bank" /></span> <span class="menu-item-label">Transfers</span> </a> - </li> + </li> */} {/* <li> <a href="/tips" class="has-icon"> <span class="icon"><i class="mdi mdi-cash" /></span> diff --git a/packages/frontend/src/paths/instance/tips/list/Table.tsx b/packages/frontend/src/paths/instance/tips/list/Table.tsx @@ -145,6 +145,6 @@ function EmptyTable(): VNode { <p> <span class="icon is-large"><i class="mdi mdi-emoticon-sad mdi-48px" /></span> </p> - <p><Message id="There is no instances yet, add more pressing the + sign" /></p> + <p><Message id="There is no tips yet, add more pressing the + sign" /></p> </div> } diff --git a/packages/frontend/src/paths/instance/transfers/list/Table.tsx b/packages/frontend/src/paths/instance/transfers/list/Table.tsx @@ -144,7 +144,7 @@ function EmptyTable(): VNode { <p> <span class="icon is-large"><i class="mdi mdi-emoticon-sad mdi-48px" /></span> </p> - <p><Message id="There is no instances yet, add more pressing the + sign" /></p> + <p><Message id="There is no transfer yet, add more pressing the + sign" /></p> </div> }