Skip to content

Commit f28637f

Browse files
committed
Fix showing repost
1 parent eadd972 commit f28637f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ClaimPage.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ function SettingsPage(): JSX.Element{
7676
</div>
7777
);
7878
}
79+
if(claimResolveData.value_type==='repost'){
80+
return (<div>TODO Repost</div>);
81+
}
7982
return <div>Unknown claim type</div>;
8083
}
8184
if(claimResolveData===null){

0 commit comments

Comments
 (0)