Skip to content

Commit 3021f4b

Browse files
committed
Make the select scrollable, set a max width for the graph, update the test to fit with the api
1 parent 3ad6386 commit 3021f4b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/TeamMemberTasks/TeamMemberTask.jsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,6 @@ const TeamMemberTask = React.memo(
185185
setSelectedTaskForChangeLog(null);
186186
};
187187

188-
/**
189-
const handleReportClick = (event, to) => {
190-
if (event.metaKey || event.ctrlKey || event.button === 1) {
191-
return;
192-
}
193-
194-
event.preventDefault(); // prevent full reload
195-
history.push(`/peoplereport/${to}`);
196-
};
197-
*/
198-
199188
const openDetailModal = request => {
200189
dispatch(showTimeOffRequestModal(request));
201190
};

0 commit comments

Comments
 (0)