mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01: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…
Reference in a new issue