rm comment
This commit is contained in:
parent
5f83c027be
commit
b045f62eb7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ const AbandonedChannelPreview = React.lazy(() =>
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
uri: string,
|
uri: string,
|
||||||
claim: ?Claim, // maybe?
|
claim: ?Claim,
|
||||||
obscureNsfw: boolean,
|
obscureNsfw: boolean,
|
||||||
showUserBlocked: boolean,
|
showUserBlocked: boolean,
|
||||||
claimIsMine: boolean,
|
claimIsMine: boolean,
|
||||||
|
|
Loading…
Reference in a new issue