diff --git a/plugins/rundown/app/components/RundownList/index.jsx b/plugins/rundown/app/components/RundownList/index.jsx index 44a8eb2..5ef927e 100644 --- a/plugins/rundown/app/components/RundownList/index.jsx +++ b/plugins/rundown/app/components/RundownList/index.jsx @@ -161,9 +161,6 @@ export function RundownList ({ case 'bridge.rundown.previous': select(-1) break - case 'bridge.rundown.previous': - select(-1) - break case 'toggleDisable': selectionUtils.toggleDisableSelection() break