Fix boolean declaration in claimInsufficientCredits
This commit is contained in:
parent
5b4e45b0b0
commit
c0fc7e5fbd
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ type Props = {
|
||||||
uri: string,
|
uri: string,
|
||||||
fileInfo: FileListItem,
|
fileInfo: FileListItem,
|
||||||
isInsufficientCredits: boolean,
|
isInsufficientCredits: boolean,
|
||||||
claimWasPurchased: boolea,
|
claimWasPurchased: boolean,
|
||||||
};
|
};
|
||||||
|
|
||||||
function ClaimInsufficientCredits(props: Props) {
|
function ClaimInsufficientCredits(props: Props) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue