+
Brew Lookup
+
+ {/* In the future, we should be able to filter the results by adding tags.
+
+ */}
+
+
+ {this.state.error
+ &&
{this.state.error.toString()}
+ }
+
+ {this.state.foundBrew
+ ? this.renderFoundBrew()
+ :
No brew found.
+ }
+
;
+ },
+
+ renderResults : function() {
+
+ },
+
+ renderNavItems : function() {
+ return