user profile btn in social nav now only is active for current logged in user, added NSFW tag for admin tagged ones, mod search under a specific game, search term and some filters added to url, filter state is saved locally in cache, user search now works #108
@ -420,6 +420,7 @@ export const ProfilePage = () => {
|
|||||||
</svg>
|
</svg>
|
||||||
Share
|
Share
|
||||||
</a>
|
</a>
|
||||||
|
{!isOwnProfile && (
|
||||||
<>
|
<>
|
||||||
<a
|
<a
|
||||||
className='dropdown-item dropdownMainMenuItem'
|
className='dropdown-item dropdownMainMenuItem'
|
||||||
@ -455,6 +456,7 @@ export const ProfilePage = () => {
|
|||||||
{isBlocked ? 'Unblock' : 'Block User'}
|
{isBlocked ? 'Unblock' : 'Block User'}
|
||||||
</a>
|
</a>
|
||||||
</>
|
</>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user