()
| 19 | } |
| 20 | |
| 21 | function ShowSpinner() { |
| 22 | return ( |
| 23 | <div className="my-12 d-flex flex-justify-center"> |
| 24 | <Spinner size="medium" /> |
| 25 | </div> |
| 26 | ) |
| 27 | } |
| 28 | |
| 29 | function ShowNothing() { |
| 30 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected