mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(web): remove stray dateTimeOriginal reference (#12796)
This commit is contained in:
parent
0b02fda4e0
commit
cfc575d89c
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
{:else if !asset.exifInfo?.dateTimeOriginal && isOwner}
|
{:else if !dateTime && isOwner}
|
||||||
<div class="flex justify-between place-items-start gap-4 py-4">
|
<div class="flex justify-between place-items-start gap-4 py-4">
|
||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue