Skip to content

Commit

Permalink
refactor: changed spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
plsankar committed Jul 4, 2024
1 parent 5f7ed2e commit 1929302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup/filter-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const FilterBar = () => {
</SelectTrigger>
<SelectContent>
<SelectItem value="name">Name</SelectItem>
<SelectItem value="count">Tabs Count</SelectItem>
<SelectItem value="count">Tab Counts</SelectItem>
</SelectContent>
</Select>
</div>
Expand Down

0 comments on commit 1929302

Please sign in to comment.