chore(widgets): remove unneeded nullish coalescing
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
Родитель
a3dccf96f9
Коммит
65ad5eab1a
|
@ -41,7 +41,7 @@ const hasInteractiveView = (id: string) => {
|
|||
}
|
||||
|
||||
export const hasFullWidth = (id: string) => {
|
||||
return !!window._vue_richtext_widgets[id]?.fullWidth ?? false
|
||||
return !!window._vue_richtext_widgets[id]?.fullWidth
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
|
|
Загрузка…
Ссылка в новой задаче