Skip to content

Commit

Permalink
Commit avec prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrousseau1 committed Dec 3, 2024
1 parent 63b93ff commit 99cbe7d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ const UploadLayerStyles: FC<UploadLayerStylesProps> = ({ form, format, layers })
<p>{t("add_file", { format: format })}</p>
{format === "qml" && (
<>
<div className="fr-alert fr-alert--warning">
{t("qml_message")}
</div>
<div className="fr-alert fr-alert--warning">{t("qml_message")}</div>
<br />
</>
)}
Expand Down

0 comments on commit 99cbe7d

Please sign in to comment.