mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
05.03.2019 d081f3e4149a6556dbd3ecce8c5e788895273523
IconCancelJob not needed anymore.
1 files modified
7 ■■■■■ changed files
borgbutler-webapp/src/components/general/IconComponents.jsx 7 ●●●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/general/IconComponents.jsx
@@ -30,12 +30,6 @@
    );
}
function IconCancelJob() {
    return (
        <FontAwesomeIcon icon={faTimes} color={'red'} size={'lg'}/>
    );
}
function IconCheck() {
    return (
        <FontAwesomeIcon icon={faCheck}/>
@@ -117,7 +111,6 @@
export {
    IconAdd,
    IconCancel,
    IconCancelJob,
    IconCheck,
    IconCollapseClose,
    IconCollapseOpen,