Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Jan 29, 2025
1 parent 48e3b8a commit ea517f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/live-preview/LivePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default {
return { value: device, label: __(device) };
}));
if (! options.filter((option) => option.label === __('Responsive'))) {
if (options.filter((option) => option.label === __('Responsive')).length === 0) {
options.unshift({ value: null, label: __('Responsive') });
}
Expand Down

0 comments on commit ea517f8

Please sign in to comment.