From 42ec394a26afb2772cccdcc07f0efeddc240ddb0 Mon Sep 17 00:00:00 2001 From: Alexander Wong Date: Mon, 23 Apr 2018 16:35:24 -0600 Subject: [PATCH] button left for responsive --- src/components/User/Client/ClientShifts.jsx | 24 ++++++++++----------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/src/components/User/Client/ClientShifts.jsx b/src/components/User/Client/ClientShifts.jsx index 9f20787..168aea8 100644 --- a/src/components/User/Client/ClientShifts.jsx +++ b/src/components/User/Client/ClientShifts.jsx @@ -108,7 +108,7 @@ class ClientShifts extends Component { this.props.dispatch(setCShiftPage(1)); }; - handleChangeWorkTypeFilter = (event, {value}) => { + handleChangeWorkTypeFilter = (event, { value }) => { this.props.dispatch( getCShiftsRequest({ page: 1, @@ -121,7 +121,7 @@ class ClientShifts extends Component { ); this.props.dispatch(setCShiftWorkTypeFilter(value)); this.props.dispatch(setCShiftPage(1)); - } + }; deleteCShift = uuid => { this.props.dispatch(deleteCShiftRequest(uuid)); @@ -230,18 +230,16 @@ const ClientShiftsView = ({
Shifts
+ - - - {"Filter by Approval "}