removed unused history
This commit is contained in:
parent
fd6be97375
commit
b5c62810ab
1 changed files with 1 additions and 12 deletions
|
@ -19,21 +19,10 @@ type Props = {
|
|||
}>,
|
||||
title: string,
|
||||
claimIsMine: Boolean,
|
||||
history: {
|
||||
entries: { title: string }[],
|
||||
goBack: () => void,
|
||||
goForward: () => void,
|
||||
index: number,
|
||||
length: number,
|
||||
location: { pathname: string },
|
||||
push: string => void,
|
||||
state: {},
|
||||
replaceState: ({}, string, string) => void,
|
||||
},
|
||||
};
|
||||
|
||||
function ShowPage(props: Props) {
|
||||
const { isResolvingUri, resolveUri, uri, claim, blackListedOutpoints, location, claimIsMine, history } = props;
|
||||
const { isResolvingUri, resolveUri, uri, claim, blackListedOutpoints, location, claimIsMine } = props;
|
||||
const signingChannel = claim && claim.signing_channel;
|
||||
const canonicalUrl = claim && claim.canonical_url;
|
||||
const claimExists = claim !== null && claim !== undefined;
|
||||
|
|
Loading…
Reference in a new issue