mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-15 12:31:21 +00:00
Add optional
This commit is contained in:
parent
1f5a604932
commit
1de84262b1
@ -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={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user