()
| 27 | } |
| 28 | |
| 29 | function ShowNothing() { |
| 30 | return ( |
| 31 | // The min heigh is based on inspecting what the height became when it |
| 32 | // does render. Making this match makes the footer to not flicker |
| 33 | // up or down when it goes from showing nothing to something. |
| 34 | <div className="my-12" style={{ minHeight: 105 }}> |
| 35 | {/* Deliberately empty */} |
| 36 | </div> |
| 37 | ) |
| 38 | } |
nothing calls this directly
no outgoing calls
no test coverage detected