Ignore:
Timestamp:
02/19/26 20:23:01 (5 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
765e166
Parents:
c807e22 (diff), 615dcee (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'main' of https://github.com/gavro081/finkwave

File:
1 edited

Legend:

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

    rc807e22 red8f998  
    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.