fix responsive view of new session window in small and medium size windows

This commit is contained in:
Nuwan 2023-11-15 19:43:36 +05:30
parent 60ef40a51b
commit 5598b2ef17
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ const JKNewMusicSession = () => {
</FormGroup>
</Form>
</Col>
{ greaterThan.sm && (
{ greaterThan.lg && (
<Col />
)}