diff --git a/packages/tui/apps/tag/app.tsx b/packages/tui/apps/tag/app.tsx index bec476ef..7cc70d5c 100644 --- a/packages/tui/apps/tag/app.tsx +++ b/packages/tui/apps/tag/app.tsx @@ -240,8 +240,7 @@ function ConfirmStep({ }) const customCurrentTags = currentTags.filter((t) => t !== "latest") const tagsChanged = - tags.length !== customCurrentTags.length || - [...tags].sort().join(",") !== [...customCurrentTags].sort().join(",") + tags.length !== customCurrentTags.length || tags.some((t, i) => t !== customCurrentTags[i]) return ( Confirm update for {expertKey}: