Browse Source

Add info icon by store details

pull/1/head
QuickMythril 6 months ago
parent
commit
c7bc61d4bf
  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