fix: titlecard now have a proper behaviour even if the image is empty and applied prettier to migration file
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user