3
0
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:
QuickMythril 2024-03-21 20:17:09 -04:00
parent 034371eb80
commit c7bc61d4bf

View File

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