From 3aa7c754aaf10c4b3b4e6dbb3023e87bcc512e4a Mon Sep 17 00:00:00 2001 From: saltrafael Date: Fri, 11 Jun 2021 18:08:34 -0300 Subject: [PATCH] lint --- ui/component/claimMenuList/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/claimMenuList/view.jsx b/ui/component/claimMenuList/view.jsx index dcc4b187f..7f87e955e 100644 --- a/ui/component/claimMenuList/view.jsx +++ b/ui/component/claimMenuList/view.jsx @@ -87,7 +87,7 @@ function ClaimMenuList(props: Props) { const showDelete = claimIsMine || (fileInfo && (fileInfo.written_bytes > 0 || fileInfo.blobs_completed > 0)); const subscriptionLabel = isSubscribed ? __('Unfollow') : __('Follow'); - const { push } = useHistory(); + const { push, replace } = useHistory(); if (!claim) { return null; }