Skip to content

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jessopb committed Oct 16, 2021
1 parent e17e355 commit d405ff5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/page/show/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit d405ff5

Please sign in to comment.