From 8e2ad8b8cae420fe72ce64d73cbd7bf2a1f588e8 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sun, 4 Jul 2021 11:01:15 -0400 Subject: [PATCH] fix missing i18n on channel page --- ui/page/channel/view.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/page/channel/view.jsx b/ui/page/channel/view.jsx index 094e88d8a..ac0105a13 100644 --- a/ui/page/channel/view.jsx +++ b/ui/page/channel/view.jsx @@ -22,6 +22,7 @@ import ClaimSupportButton from 'component/claimSupportButton'; import ChannelStakedIndicator from 'component/channelStakedIndicator'; import ClaimMenuList from 'component/claimMenuList'; import Yrbl from 'component/yrbl'; +import I18nMessage from 'component/i18nMessage'; export const PAGE_VIEW_QUERY = `view`; const CONTENT_PAGE = 'content';