diff --git a/src/components/LeftSidebar/tabs/Awards.js b/src/components/LeftSidebar/tabs/Awards.js index 2b9a61c6..1e584f79 100644 --- a/src/components/LeftSidebar/tabs/Awards.js +++ b/src/components/LeftSidebar/tabs/Awards.js @@ -13,7 +13,6 @@ import AddItemButton from '../../../shared/AddItemButton'; import ItemHeading from '../../../shared/ItemHeading'; const AwardsTab = ({ data, onChange }) => { - const { t } = useTranslation(); const context = useContext(AppContext); const { dispatch } = context; @@ -28,7 +27,7 @@ const AwardsTab = ({ data, onChange }) => {
onChange('data.awards.heading', v)} /> @@ -62,7 +61,7 @@ const Form = ({ item, onChange, identifier = '' }) => { onChange(`${identifier}title`, v)} /> @@ -70,7 +69,7 @@ const Form = ({ item, onChange, identifier = '' }) => { onChange(`${identifier}subtitle`, v)} /> @@ -78,7 +77,6 @@ const Form = ({ item, onChange, identifier = '' }) => {