mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused var
This commit is contained in:
parent
4d06e17ef3
commit
4d5e2ed3d0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export function AddLinkModal(props: AddLinkModalProps): JSX.Element {
|
|||
if (result && result.jobId) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
toast(
|
||||
(t) => (
|
||||
() => (
|
||||
<Box>
|
||||
Link Saved
|
||||
<span style={{ padding: '16px' }} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue