master
TicketShowHandler
const TicketShowHandler = (props) => { const { id } = useParams(); const dispatch = useDispatch();