mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: linting
This commit is contained in:
parent
a7ab87cfa5
commit
f2839010fe
@ -101,15 +101,18 @@ const CarouselMessage: React.FC<CarouselMessageProps> = ({
|
||||
</div>
|
||||
{shouldDisplayNavigationButtons && (
|
||||
<>
|
||||
<button
|
||||
className="sc-message--carousel-control prev"
|
||||
onClick={goToPrevious}
|
||||
<button
|
||||
className="sc-message--carousel-control prev"
|
||||
onClick={goToPrevious}
|
||||
>
|
||||
❮
|
||||
</button>
|
||||
<button className="sc-message--carousel-control next" onClick={goToNext}>
|
||||
❯
|
||||
</button>
|
||||
❮
|
||||
</button>
|
||||
<button
|
||||
className="sc-message--carousel-control next"
|
||||
onClick={goToNext}
|
||||
>
|
||||
❯
|
||||
</button>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user