Created
November 4, 2018 23:46
-
-
Save HaruKawamata/19842356f57d5c4c8de76f91e3f6981a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ShiftOptions | |
automaticBreakLength={30} | |
breaks={[]} | |
cancelSwapPlan={() => (new Promise(() => {}))} | |
cost={150} | |
finish={MONDAY_3PM} | |
locale="en" | |
location="Sector V Treehouse" | |
/* $FlowFixMe */ | |
intl={null} | |
/* $FlowFixMe */ | |
navigator={{ setStyle: () => {} }} | |
name="Nigel Uno" | |
scheduleId="1" | |
sendSwapPlan={() => (new Promise(() => {}))} | |
shiftDetail="Open" | |
start={MONDAY_10AM} | |
teamColor="#4411dd" | |
teamId="1" | |
teamName="KND Sector V" | |
timeZone="Australia/Brisbane" | |
toggleSnackbar={() => {}} | |
updateSwapProposal={() => (new Promise(() => {}))} | |
userId="1" | |
myUsers={[USER_1]} | |
scheduleSwapPlans={[]} | |
user={USER_1} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment