We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7c891 commit 8328673Copy full SHA for 8328673
src/components/myPage/ScriptContent.jsx
@@ -105,7 +105,7 @@ const ScriptContent = ({
105
/>
106
)}
107
{/* (모바일 화면) 작품 관리 페이지 상단 버튼: 심사 끝났을 경우 표시 */}
108
- {currentPage === "1" && script.checked === "PASS" ? (
+ {widthConditions.isMobile && currentPage === "1" && script.checked === "PASS" ? (
109
<ScriptManageTopBtn className="mobile" script={script} />
110
) : null}
111
</div>
0 commit comments