Fix background image for group and studio

This commit is contained in:
WithoutPants
2024-07-04 11:34:44 +10:00
parent f598fa71da
commit 3ddfafa831
2 changed files with 2 additions and 2 deletions

View File

@@ -400,7 +400,7 @@ const StudioPage: React.FC<IProps> = ({ studio, tabKey }) => {
<div className={headerClassName}>
<BackgroundImage
imagePath={studio.image_path ?? undefined}
show={!enableBackgroundImage && !isEditing}
show={enableBackgroundImage && !isEditing}
/>
<div className="detail-container">
<HeaderImage encodingImage={encodingImage}>