+
REMS Admin Status
+
+
+
+ Case Number : {this.state.remsAdminResponse?.data?.case_number || "N/A"}
+
+
+ Status: {this.state.remsAdminResponse?.data?.status}
+
+
+
+
+
+ {this.state.remsAdminResponse?.data?.case_number ?
+
this.setState({ spin: false })}
+ />
+ : ""
+ }
+
+
+
+
+ {this.state.viewResponse ?
+
+
+
ETASU
+ {this.unfurlJson(this.state.remsAdminResponse?.data, 0)}
+
+ :
+ ""}
+ {this.state.viewBundle ?
-
ETASU
- {this.unfurlJson(this.state.remsAdminResponse?.data, 0)}
-
- :
- ""}
- {this.state.viewBundle ?
-
-
Bundle
- {this.renderBundle(this.props.specialtyRxBundle)}
- : ""}
-
+
Bundle
+ {this.renderBundle(this.props.specialtyRxBundle)}
+