Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rgossiaux committed Jan 17, 2025
1 parent fd7261b commit b01c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hunts/src/EditPuzzleModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function EditPuzzleModal({
<h5 style={{ textAlign: "center" }}>Parent Metas</h5>
<EditableTagList
puzzleId={puzzleId}
tags={tags.filter((tag) => tag.is_meta && tag.name != name)}
tags={meta_tags}
/>
</>) : undefined}
</Modal.Body>
Expand Down

0 comments on commit b01c481

Please sign in to comment.