chore: eslint add sonar (#17989)
This commit is contained in:
@@ -97,7 +97,7 @@ const AudioBtn = ({
|
||||
</div>
|
||||
)
|
||||
: (
|
||||
<div className={`flex h-full w-full items-center justify-center rounded-md ${!isAudition ? 'hover:bg-gray-50' : 'hover:bg-gray-50'}`}>
|
||||
<div className={'flex h-full w-full items-center justify-center rounded-md hover:bg-gray-50'}>
|
||||
<div className={`h-4 w-4 ${(audioState === 'playing') ? s.pauseIcon : s.playIcon}`}></div>
|
||||
</div>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user