Skip to content

Commit 2c1c174

Browse files
authored
Merge pull request #732 from friendsofagape/lintFix
Removing unwanted declaration
2 parents 7bf1cfc + ee00f42 commit 2c1c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/src/components/EditorPage/Reference/TranslationHelpsCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function TranslationHelpsCard({
4646

4747
const {
4848
state: {
49-
item, headers, filters, fontSize, itemIndex, markdownView,
49+
item, headers, fontSize, itemIndex, markdownView,
5050
},
5151
actions: {
5252
setFilters, setFontSize, setItemIndex, setMarkdownView,

0 commit comments

Comments
 (0)