Browse Source

Merge pull request #1 from QuickMythril/info-icon

Add info icon by store details
pull/3/head
Qortal Dev 6 months ago committed by GitHub
parent
commit
e16a9b6294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/pages/Store/Store/Store.tsx

4
src/pages/Store/Store/Store.tsx

@ -882,8 +882,8 @@ export const Store = () => {
}}
>
{username === user?.name
? currentStore?.title
: currentViewedStore?.title}
? currentStore?.title + " 🛈"
: currentViewedStore?.title + " 🛈"}
</StoreTitle>
{averageRatingLoader ? (
<CircularProgress />

Loading…
Cancel
Save