()
| 48 | |
| 49 | // The idiomatic way to handle a button click is with the handler config. |
| 50 | const onButtonClick = () => { |
| 51 | setShowDetails(prev => !prev) |
| 52 | }; |
| 53 | |
| 54 | const cardStyle = { |
| 55 | border : '1px solid #eee', |
nothing calls this directly
no outgoing calls
no test coverage detected