import React from 'react'; import RightSlider from './RightSlider'; const getActiveButtons = (hasSkippedActions) => [ hasSkippedActions && 'Sweep', 'Commit' ].filter(a => a); const ActionListHeader = ({ styling, onSearch, hasSkippedActions, hasStagedActions, onCommit, onSweep, hideMainButtons }) => (