Skip to content

Commit

Permalink
Unselected All To React Differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
knom committed Dec 26, 2024
1 parent c0fec68 commit 7f41654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/assets/missing-locations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function MissingLocations() {
<Badge variant={"outline"}>
{config.selectedIds.length} Selected
</Badge>
{config.selectedIds.length === config.assets.length ? (
{config.selectedIds.length > 0 ? (
<Button
variant={"outline"}
onClick={() =>
Expand Down

0 comments on commit 7f41654

Please sign in to comment.