modified: ScrollButtons.tsx

This commit is contained in:
Ranbeer 2023-10-14 20:44:30 +05:30
parent e6828eeee8
commit c727871922

View file

@ -67,7 +67,7 @@ const ScrollButtons: FC<ScrollButtonsProps> = ({ scrollerFactoryRef, scrollState
className='emby-scrollbuttons-button btnPrev'
onClick={triggerScrollLeft}
icon='chevron_left'
disabled={!localeScrollPos > 0}
disabled={!(localeScrollPos > 0)}
/>
<IconButton