fix(StorePage): change authorized prop value from !loadingSaved to hasApiKey for better clarity and consistency

This commit is contained in:
anovazzi1 2023-11-14 15:58:37 -03:00
commit 6515cc9e06

View file

@ -293,7 +293,7 @@ export default function StorePage(): JSX.Element {
<MarketCardComponent
key={item.id}
data={item}
authorized={!loadingSaved}
authorized={hasApiKey}
disabled={loading}
/>
</>