fix indentation

This commit is contained in:
igmaat 2023-03-02 02:00:03 +02:00 committed by Jonathan Staab
parent 779a34b9c5
commit 2b05656198

View File

@ -247,7 +247,7 @@
<ConnectUser />
{:else if $modal.type === 'person/settings'}
<PersonSettings />
{:else if $modal.type === 'person/info'}
{:else if $modal.type === 'person/info'}
<PersonProfileInfo />
{:else if $modal.type === 'person/share'}
<PersonShare />