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