mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 20:11:22 +00:00
Add optional
This commit is contained in:
parent
1f5a604932
commit
1de84262b1
@ -204,7 +204,7 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
>
|
||||
{tabs?.map((tab) => (
|
||||
<Tab
|
||||
key={tab.tabId}
|
||||
key={tab?.tabId}
|
||||
label={
|
||||
<TabComponent
|
||||
isSelected={
|
||||
|
Loading…
x
Reference in New Issue
Block a user