| 26 | return action && action.payload ? action.payload : state |
| 27 | } |
| 28 | interface GreetingProps { |
| 29 | greeting: string |
| 30 | greeted: string |
| 31 | } |
| 32 | const Greeting: FunctionComponent<GreetingProps> = ({ |
| 33 | greeting, |
| 34 | greeted, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…