Fix screen reload on host tab change

This commit is contained in:
Jake McDermott 2020-03-09 11:35:26 -04:00
parent 9a394a5726
commit 6ec9c45341
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -34,7 +34,6 @@ function Host({ i18n, setBreadcrumb }) {
useEffect(() => {
(async () => {
setContentError(null);
setHasContentLoading(true);
try {
const { data } = await HostsAPI.readDetail(match.params.id);