diff --git a/.github/workflows/update-tag.yaml b/.github/workflows/update-tag.yaml index ec683c5a7..19ac7a024 100644 --- a/.github/workflows/update-tag.yaml +++ b/.github/workflows/update-tag.yaml @@ -46,4 +46,4 @@ jobs: git fetch --tags git checkout main echo "Updating tag ${{ env.LATEST_TAG }} to point to latest commit on main" - git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force + git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force \ No newline at end of file diff --git a/frontend/app/components/Session_/WarnBadge.tsx b/frontend/app/components/Session_/WarnBadge.tsx index 90ac23076..d3da5498c 100644 --- a/frontend/app/components/Session_/WarnBadge.tsx +++ b/frontend/app/components/Session_/WarnBadge.tsx @@ -135,7 +135,7 @@ const WarnBadge = React.memo(