diff --git a/ui/src/main/webapp/components/replications/ReplicationsContainer.js b/ui/src/main/webapp/components/replications/ReplicationsContainer.js index 18403f0f0..42f8bdf42 100644 --- a/ui/src/main/webapp/components/replications/ReplicationsContainer.js +++ b/ui/src/main/webapp/components/replications/ReplicationsContainer.js @@ -75,7 +75,7 @@ function ReplicationsContainer(props) { const { classes } = props return ( - + {({ data, loading, error }) => { if (loading) return if (error) return diff --git a/ui/src/main/webapp/components/sites/SitesContainer.js b/ui/src/main/webapp/components/sites/SitesContainer.js index 8d2ba2c68..283b0f776 100644 --- a/ui/src/main/webapp/components/sites/SitesContainer.js +++ b/ui/src/main/webapp/components/sites/SitesContainer.js @@ -43,7 +43,7 @@ function SitesContainer(props) { const { classes } = props return ( - + {({ data, loading, error }) => { if (loading) return if (error) return