fix: show all zappers

This commit is contained in:
Alejandro Gomez 2023-07-09 01:04:08 +02:00
parent 12366bdf2c
commit d98440b47b
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -31,7 +31,7 @@ export interface LiveChatOptions {
}
function TopZappers({ zaps }: { zaps: ParsedZap[] }) {
const zappers = useTopZappers(zaps).slice(0, 3);
const zappers = useTopZappers(zaps);
return (
<>