From d405ff5ffb2e51d92b50613b9a0d5167555281e2 Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 15 Oct 2021 18:07:58 -0400 Subject: [PATCH] nudge --- ui/page/show/view.jsx | 2 +- webpack.base.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/page/show/view.jsx b/ui/page/show/view.jsx index e5a24e0cd..2cb249d98 100644 --- a/ui/page/show/view.jsx +++ b/ui/page/show/view.jsx @@ -71,7 +71,7 @@ function ShowPage(props: Props) { const claimExists = claim !== null && claim !== undefined; const haventFetchedYet = claim === undefined; const isMine = claim && claim.is_my_output; - const { contentName, isChannel } = parseURI(uri); + const { contentName, isChannel } = parseURI(uri); // deprecated contentName - use streamName and channelName const { push } = useHistory(); const isCollection = claim && claim.value_type === 'collection'; const resolvedCollection = collection && collection.id; // not null diff --git a/webpack.base.config.js b/webpack.base.config.js index a449b4465..2f77ce75e 100644 --- a/webpack.base.config.js +++ b/webpack.base.config.js @@ -69,7 +69,7 @@ let baseConfig = { }, ], }, - // Allows imports for all directories inside '/ui' + // Allows imports for all directories inside '/ui' :) resolve: { modules: [UI_ROOT, 'node_modules', __dirname], extensions: ['.js', '.jsx', '.json', '.scss'],