Skip to content

Commit 329c739

Browse files
committed
4501: Applied coding standards
1 parent 2575184 commit 329c739

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/slide/slide-form.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,7 @@ function SlideForm({
402402
</div>
403403

404404
{selectedTemplate?.resources?.options?.disableLivePreview && (
405-
<Alert
406-
variant="secondary"
407-
className="mt-3"
408-
>
405+
<Alert variant="secondary" className="mt-3">
409406
{t("slide-preview-disabled-preview")}
410407
</Alert>
411408
)}

0 commit comments

Comments
 (0)