style: Removes extra spaces (#6558)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Mohammad Amin 2023-05-14 00:39:16 +03:30 committed by GitHub
parent f6f9ed0396
commit 6977c32631
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 10 additions and 21 deletions

View file

@ -154,7 +154,7 @@ const RoomDialog = ({
<p>
<span role="img" aria-hidden="true" className="RoomDialog-emoji">
{"🔒"}
</span>{" "}
</span>
{t("roomDialog.desc_privacy")}
</p>
<p>{t("roomDialog.desc_exitSession")}</p>