diff --git a/frontend/src/ui/components/LogViewer.tsx b/frontend/src/ui/components/LogViewer.tsx index 4789414..fdfe315 100644 --- a/frontend/src/ui/components/LogViewer.tsx +++ b/frontend/src/ui/components/LogViewer.tsx @@ -191,6 +191,7 @@ const LogDetails = styled('div', { gridRow: '2', gridColumn: '2/4', display: 'flex', + flexWrap: 'wrap', gap: '1rem', fontSize: '0.8em', color: '$gray11', diff --git a/twitch/client.eventsub.go b/twitch/client.eventsub.go index 57f1595..6a0a731 100644 --- a/twitch/client.eventsub.go +++ b/twitch/client.eventsub.go @@ -5,7 +5,6 @@ import ( "time" "github.com/gorilla/websocket" - jsoniter "github.com/json-iterator/go" "github.com/nicklaw5/helix/v2" "go.uber.org/zap"