3
0
mirror of https://github.com/Qortal/q-shop.git synced 2025-01-30 06:42:21 +00:00

Merge pull request #1 from QuickMythril/info-icon

Add info icon by store details
This commit is contained in:
Qortal Dev 2024-04-02 12:48:21 -06:00 committed by GitHub
commit e16a9b6294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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