Skip to content

Commit

Permalink
Checking pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
cdp committed Dec 30, 2020
1 parent f0217ca commit 2af7627
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default function AnnotationMenuComponent(props: Props): JSX.Element {
dumpers,
dumpActivities,
menuKey: Actions.DUMP_TASK_ANNO,
taskDimension:jobInstance.task.dimension
taskDimension: jobInstance.task.dimension
})}
{LoadSubmenu({
loaders,
Expand All @@ -170,7 +170,7 @@ export default function AnnotationMenuComponent(props: Props): JSX.Element {
onClickMenuWrapper(null, file);
},
menuKey: Actions.LOAD_JOB_ANNO,
taskDimension:jobInstance.task.dimension
taskDimension: jobInstance.task.dimension
})}
{ExportSubmenu({
exporters: dumpers,
Expand Down

0 comments on commit 2af7627

Please sign in to comment.