From 8b4da7b3765b8281d9741606de2afa8dd6272e73 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Thu, 8 Apr 2021 16:40:28 -0700 Subject: [PATCH] Missed in last commit. --- client/src/pages/jobs-detail/jobs-detail.page.component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/pages/jobs-detail/jobs-detail.page.component.jsx b/client/src/pages/jobs-detail/jobs-detail.page.component.jsx index 5e72b5b2a..9933d12c7 100644 --- a/client/src/pages/jobs-detail/jobs-detail.page.component.jsx +++ b/client/src/pages/jobs-detail/jobs-detail.page.component.jsx @@ -45,7 +45,6 @@ import ScheduleJobModalContainer from "../../components/schedule-job-modal/sched import { selectJobReadOnly } from "../../redux/application/application.selectors"; import { setModalContext } from "../../redux/modals/modals.actions"; import { selectBodyshop } from "../../redux/user/user.selectors"; -import { useKeyboardSaveShortcut } from "../../utils/useKeyboardShortcut"; const mapStateToProps = createStructuredSelector({ bodyshop: selectBodyshop,