mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-31 06:01:24 +00:00
Add optional
This commit is contained in:
@@ -204,7 +204,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
|||||||
>
|
>
|
||||||
{tabs?.map((tab) => (
|
{tabs?.map((tab) => (
|
||||||
<Tab
|
<Tab
|
||||||
key={tab.tabId}
|
key={tab?.tabId}
|
||||||
label={
|
label={
|
||||||
<TabComponent
|
<TabComponent
|
||||||
isSelected={
|
isSelected={
|
||||||
|
Reference in New Issue
Block a user