mirror of
https://github.com/Qortal/q-shop.git
synced 2025-01-30 14:52:20 +00:00
Merge pull request #1 from QuickMythril/info-icon
Add info icon by store details
This commit is contained in:
commit
e16a9b6294
@ -882,8 +882,8 @@ export const Store = () => {
|
||||
}}
|
||||
>
|
||||
{username === user?.name
|
||||
? currentStore?.title
|
||||
: currentViewedStore?.title}
|
||||
? currentStore?.title + " 🛈"
|
||||
: currentViewedStore?.title + " 🛈"}
|
||||
</StoreTitle>
|
||||
{averageRatingLoader ? (
|
||||
<CircularProgress />
|
||||
|
Loading…
Reference in New Issue
Block a user