Ignore:
Timestamp:
02/18/26 22:33:00 (5 months ago)
Author:
Dimitar Arsov <dimitararsov04@…>
Branches:
main
Children:
ed8f998
Parents:
d1ee039
Message:

hide actions from unauthenticated users

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/pages/UserDetail.tsx

    rd1ee039 r615dcee  
    259259
    260260            {/* Follow button - hidden on own profile */}
    261             {!isOwnProfile && (
     261            {currentUser && !isOwnProfile && (
    262262              <div className="mt-4">
    263263                <button
Note: See TracChangeset for help on using the changeset viewer.