We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadd972 commit f28637fCopy full SHA for f28637f
1 file changed
src/ClaimPage.tsx
@@ -76,6 +76,9 @@ function SettingsPage(): JSX.Element{
76
</div>
77
);
78
}
79
+ if(claimResolveData.value_type==='repost'){
80
+ return (<div>TODO Repost</div>);
81
+ }
82
return <div>Unknown claim type</div>;
83
84
if(claimResolveData===null){
0 commit comments