diff --git a/src/pages/Store/Store/Store.tsx b/src/pages/Store/Store/Store.tsx index c191de7..e9f9fee 100644 --- a/src/pages/Store/Store/Store.tsx +++ b/src/pages/Store/Store/Store.tsx @@ -882,8 +882,8 @@ export const Store = () => { }} > {username === user?.name - ? currentStore?.title - : currentViewedStore?.title} + ? currentStore?.title + " 🛈" + : currentViewedStore?.title + " 🛈"} {averageRatingLoader ? (