-
- { _.isEmpty(this.state.hunts) &&
-
{T("No hunts exist in the system. You can start a new hunt by clicking the New Hunt button above.")}
}
+ { _.isEmpty(this.state.hunts) ?
+
+ {T("No hunts exist in the system. You can start a new hunt by clicking the New Hunt button above.")}
+
+ :
+
+ }