Fix lint
This commit is contained in:
parent
946f5bce3e
commit
f1e701febf
5 changed files with 9 additions and 59 deletions
|
@ -33,7 +33,7 @@ const FiltersLink: React.FC<{
|
|||
<strong>
|
||||
<FormattedMessage
|
||||
id='antennas.filter_items'
|
||||
defaultMessage='Antenna filter settings'
|
||||
defaultMessage='Move to antenna filter setting'
|
||||
/>
|
||||
</strong>
|
||||
</div>
|
||||
|
@ -61,7 +61,7 @@ const NewAntenna: React.FC<{
|
|||
const [withMediaOnly, setWithMediaOnly] = useState(false);
|
||||
const [ignoreReblog, setIgnoreReblog] = useState(false);
|
||||
const [mode, setMode] = useState('filtering');
|
||||
const [destination, setDestination] = useState('home');
|
||||
const [destination, setDestination] = useState('timeline');
|
||||
const [submitting, setSubmitting] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
|
@ -143,7 +143,7 @@ const NewAntenna: React.FC<{
|
|||
|
||||
setMode(value);
|
||||
},
|
||||
[setLtl, setStl, setMode, listId, setListId, lists],
|
||||
[setLtl, setStl, setMode],
|
||||
);
|
||||
|
||||
const handleDestinationChange = useCallback(
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
"antennas.exclude_domains": "Exclude domains",
|
||||
"antennas.exclude_keywords": "Exclude keywords",
|
||||
"antennas.exclude_tags": "Exclude tags",
|
||||
"antennas.filter_items": "Antenna filter settings",
|
||||
"antennas.filter_items": "Move to antenna filter setting",
|
||||
"antennas.filter_not": "Filter Not",
|
||||
"antennas.find_users_to_add": "Find users to add",
|
||||
"antennas.ignore_reblog": "Exclude boosts",
|
||||
|
|
|
@ -146,7 +146,7 @@
|
|||
"antennas.exclude_domains": "除外するドメイン",
|
||||
"antennas.exclude_keywords": "除外するキーワード",
|
||||
"antennas.exclude_tags": "除外するタグ",
|
||||
"antennas.filter_items": "絞り込み条件を設定する",
|
||||
"antennas.filter_items": "絞り込み条件の設定に移動",
|
||||
"antennas.filter_not": "絞り込み条件の例外",
|
||||
"antennas.ignore_reblog": "ブーストを除外",
|
||||
"antennas.ignore_reblog_hint": "ブーストはアンテナの検出対象から外れます",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue