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 0bb9314 commit 42aaf85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export const CELL_DEFS: Record<ColumnKey, ColumnDefinition> = {
unsortable: true,
cellClass: 'centered',
cellRenderer: renderDesktopAvailablity,
options: {browser: 'chrome', channel: 'stable'},
options: {browser: 'chrome'},
},
[ColumnKey.DesktopAvailabilityEdge]: {
nameInDialog: 'Availibility in desktop Edge',
Expand Down

0 comments on commit 42aaf85

Please sign in to comment.