mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 10:45:41 +03:00
Remove DEV check
It refers to local dev, not the dev site
This commit is contained in:
parent
62c8a51307
commit
d2fb86036c
1 changed files with 1 additions and 2 deletions
|
@ -295,8 +295,7 @@ function MediaModal({
|
||||||
<Icon icon="popout" />
|
<Icon icon="popout" />
|
||||||
<span>Open original media</span>
|
<span>Open original media</span>
|
||||||
</MenuLink>
|
</MenuLink>
|
||||||
{import.meta.env.DEV && // Only dev for now
|
{!!states.settings.mediaAltGenerator &&
|
||||||
!!states.settings.mediaAltGenerator &&
|
|
||||||
!!IMG_ALT_API_URL &&
|
!!IMG_ALT_API_URL &&
|
||||||
!!mediaAttachments[currentIndex]?.url &&
|
!!mediaAttachments[currentIndex]?.url &&
|
||||||
!mediaAttachments[currentIndex]?.description &&
|
!mediaAttachments[currentIndex]?.description &&
|
||||||
|
|
Loading…
Reference in a new issue