From c2f500eb6bc8ab75719e39b59d0de3e0fb331fc0 Mon Sep 17 00:00:00 2001 From: olzzon Date: Sun, 25 Oct 2020 08:30:18 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Custom=20Pages=20"ALL"=20button=20didn?= =?UTF-8?q?=C2=B4t=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Channels.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/components/Channels.tsx b/client/components/Channels.tsx index b151dbcf..1ba8fcfd 100644 --- a/client/components/Channels.tsx +++ b/client/components/Channels.tsx @@ -96,9 +96,7 @@ class Channels extends React.Component { } handlePages(type: PageType, i: number | string) { - if (typeof i === 'string') { this.props.dispatch(storeSetPage(type, i)) - } } renderPageButtons() {