fix ui: revert spots check
This commit is contained in:
parent
3591dc4de4
commit
7f17b0f328
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ const SpotsListHeader = observer(
|
|||
<ReloadButton buttonSize={'small'} onClick={onRefresh} iconSize={16} />
|
||||
</div>
|
||||
|
||||
{tenantHasSpots ? null : (
|
||||
{tenantHasSpots ? (
|
||||
<div className="flex gap-2 items-center">
|
||||
<div className={'ml-auto'}>
|
||||
{selectedCount > 0 && (
|
||||
|
|
@ -91,7 +91,7 @@ const SpotsListHeader = observer(
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
) : null}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue