Skip to content

Commit

Permalink
chore: release 4.3.2 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT authored Sep 30, 2024
2 parents 521b1d7 + 5ab340e commit 5773b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
test:
if: ${{ !(github.base_ref == 'main' && github.head_ref == 'develop') }}
name: Lint & test build
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions src/components/MediaItem/MediaItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default function MediaItem({
'hidden lg:flex',
isUserDashboard
? i === 4 &&
items[5] &&
String(items[5].user_id) === loggedInUserId &&
'hidden lg:flex'
: i > 4 && 'hidden lg:flex',
Expand Down

0 comments on commit 5773b4b

Please sign in to comment.