fix(web): small fixes for empty placeholder (#7859)
This commit is contained in:
@@ -375,11 +375,7 @@
|
||||
|
||||
<!-- Empty Message -->
|
||||
{:else}
|
||||
<EmptyPlaceholder
|
||||
text="Create an album to organize your photos and videos"
|
||||
actionHandler={handleCreateAlbum}
|
||||
alt="Empty albums"
|
||||
/>
|
||||
<EmptyPlaceholder text="Create an album to organize your photos and videos" onClick={handleCreateAlbum} />
|
||||
{/if}
|
||||
</UserPageLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user