Skip to content
Prev Previous commit
Next Next commit
Access deadline correctly
  • Loading branch information
presleyp committed Oct 13, 2022
commit 33eb64c1da2ab90139f115e0e7ffd46e64d54311
2 changes: 1 addition & 1 deletion site/src/pages/WorkspacePage/WorkspaceReadyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const WorkspaceReadyPage = ({
const [bannerState, bannerSend] = useActor(
workspaceState.children["scheduleBannerMachine"],
)
const deadline = bannerState.context.workspace.deadline
const deadline = bannerState.context.deadline
const xServices = useContext(XServiceContext)
const featureVisibility = useSelector(
xServices.entitlementsXService,
Expand Down