Skip to content

Commit

Permalink
Update frontend/src/static/js/components/webstatus-overview-cells.ts
Browse files Browse the repository at this point in the history
Co-authored-by: James C Scott III <jcscottiii@users.noreply.github.com>
  • Loading branch information
jrobbins and jcscottiii authored Dec 20, 2024
1 parent dea2902 commit fa49032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ export const CELL_DEFS: Record<ColumnKey, ColumnDefinition> = {
unsortable: true,
cellClass: 'centered',
cellRenderer: renderDesktopAvailablity,
options: {browser: 'firefox', channel: 'stable'},
options: {browser: 'firefox'},
},
[ColumnKey.DesktopAvailabilitySafari]: {
nameInDialog: 'Availibility in desktop Safari',
Expand Down

0 comments on commit fa49032

Please sign in to comment.