mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore(deps): update dependency eslint to v9 (#11601)
* chore(deps): update dependency eslint to v9 * chore: migrate to eslint flat config files --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
parent
2821e0bf95
commit
82d934d09d
19 changed files with 1078 additions and 989 deletions
|
|
@ -391,7 +391,7 @@
|
|||
<p>{asset.exifInfo.make || ''} {asset.exifInfo.model || ''}</p>
|
||||
<div class="flex gap-2 text-sm">
|
||||
{#if asset.exifInfo?.fNumber}
|
||||
<p>{`ƒ/${asset.exifInfo.fNumber.toLocaleString($locale)}` || ''}</p>
|
||||
<p>{$locale ? `ƒ/${asset.exifInfo.fNumber.toLocaleString($locale)}` : ''}</p>
|
||||
{/if}
|
||||
|
||||
{#if asset.exifInfo.exposureTime}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue