Skip to content

Commit 3c42d83

Browse files
committed
style: space between speakers
1 parent 624349f commit 3c42d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home/components/SpeakersCarousel/SpeakerSwiper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const SpeakerSwiper: FC<React.PropsWithChildren<unknown>> = () => {
5959
const cachedSpeakers = React.useMemo(() => {
6060
const allSpeakers = data ? [...data, victorRentea] : [victorRentea];
6161
return allSpeakers.sort(() => 0.5 - Math.random()).slice(0, 20);
62-
}, [data]);
62+
}, [data, victorRentea]);
6363

6464
if (error) {
6565
Sentry.captureException(error);

0 commit comments

Comments
 (0)