Skip to content

Commit

Permalink
Update webpack/scenes/ContentViews/Details/Histories/ContentViewHisto…
Browse files Browse the repository at this point in the history
…ries.js

Co-authored-by: Jeremy Lenz <jlenz@redhat.com>
  • Loading branch information
parthaa and jeremylenz committed Jul 1, 2021
1 parent 507699c commit 2d744eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -103,7 +103,7 @@ const ContentViewHistories = ({ cvId }) => {
const newRows = buildRows(results);
setRows(newRows);
}
}, [response], setMetadata, loading, setRows);
}, [response, setMetadata, loading, setRows]);

const emptyContentTitle = __("You currently don't have any history for this content view.");
const emptyContentBody = __('History will appear here when the content view is published or promoted.'); // needs link
Expand Down

0 comments on commit 2d744eb

Please sign in to comment.