mirror of
https://github.com/immich-app/immich.git
synced 2026-01-19 08:10:47 -08:00
fix: logic error on button
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
const sharedLink = getSharedLink();
|
||||
|
||||
const editorDisabled = $derived(
|
||||
isOwner ||
|
||||
!isOwner ||
|
||||
asset.type !== AssetTypeEnum.Image ||
|
||||
asset.livePhotoVideoId ||
|
||||
(asset.exifInfo?.projectionType === ProjectionType.EQUIRECTANGULAR &&
|
||||
|
||||
Reference in New Issue
Block a user