+
+ {this.state.topic}
+ {this.state.content}
+ created at {formattedDate} by {this.props.owner}
+
+
+
+ )
+ }
+}
diff --git a/app/js/index.js b/app/js/index.js
index a2beec8..1235376 100644
--- a/app/js/index.js
+++ b/app/js/index.js
@@ -7,5 +7,7 @@ import { App } from './components/App';
// e.g if you have a contract named SimpleStorage:
//import SimpleStorage from 'Embark/contracts/SimpleStorage';
-render(