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 /> <ConnectUser />
{:else if $modal.type === 'person/settings'} {:else if $modal.type === 'person/settings'}
<PersonSettings /> <PersonSettings />
{:else if $modal.type === 'person/info'} {:else if $modal.type === 'person/info'}
<PersonProfileInfo /> <PersonProfileInfo />
{:else if $modal.type === 'person/share'} {:else if $modal.type === 'person/share'}
<PersonShare /> <PersonShare />