mirror of
https://github.com/immich-app/immich.git
synced 2026-01-29 23:23:45 -05:00
fix: logic error on button
This commit is contained in:
parent
49449ca8e3
commit
660c68c660
@ -118,7 +118,7 @@
|
||||
const sharedLink = getSharedLink();
|
||||
|
||||
const editorDisabled = $derived(
|
||||
isOwner ||
|
||||
!isOwner ||
|
||||
asset.type !== AssetTypeEnum.Image ||
|
||||
asset.livePhotoVideoId ||
|
||||
(asset.exifInfo?.projectionType === ProjectionType.EQUIRECTANGULAR &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user