diff --git a/src/App.js b/src/App.js
index 6f15cbe..780b5e5 100644
--- a/src/App.js
+++ b/src/App.js
@@ -7,6 +7,7 @@ import DependencyList from './components/DependencyList/DependencyList';
import DownloadProgress from './components/DownloadProgress/DownloadProgress';
import ErrorDetails from './components/ErrorDetails/ErrorDetails';
import Grid from './components/UI/Grid/Grid';
+import InfoDetails from './components/InfoDetails/InfoDetails';
import IPCContainer from './containers/IPCContainer/IPCContainer';
import Loading from './components/UI/Loading/Loading';
import Modal from './components/UI/Modal/Modal';
@@ -121,6 +122,7 @@ class App extends IPCContainer {
!this.props.DismissDependencies &&
this.props.AllowMount;
+ const infoDisplay = this.createModalConditionally(this.props.DisplayInfo,
{props.InfoMessage.message}
+