fix(StorePage): change authorized prop value from !loadingSaved to hasApiKey for better clarity and consistency
This commit is contained in:
parent
6c18822368
commit
6515cc9e06
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ export default function StorePage(): JSX.Element {
|
|||
<MarketCardComponent
|
||||
key={item.id}
|
||||
data={item}
|
||||
authorized={!loadingSaved}
|
||||
authorized={hasApiKey}
|
||||
disabled={loading}
|
||||
/>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue