fix: titlecard now have a proper behaviour even if the image is empty and applied prettier to migration file

This commit is contained in:
Pierre
2025-01-14 20:04:14 +01:00
committed by HiItsStolas
parent c1c3ae99bc
commit a0a8dfc496
2 changed files with 7 additions and 3 deletions

View File

@@ -507,7 +507,7 @@ const TitleCard = ({
<Transition
as={Fragment}
show={!image || showDetail || showRequestModal}
show={showDetail || showRequestModal}
enter="transition-opacity"
enterFrom="opacity-0"
enterTo="opacity-100"