fix: claim list sorting
This commit is contained in:
parent
dddeb52f09
commit
08eb6367be
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ export default function SubscriptionsPage(props: Props) {
|
|||
onClick={() => onClick()}
|
||||
/>
|
||||
}
|
||||
// Fix the need to reverse this
|
||||
uris={viewingSuggestedSubs ? suggestedSubscriptions.map(sub => sub.uri) : uris.reverse()}
|
||||
uris={viewingSuggestedSubs ? suggestedSubscriptions.map(sub => sub.uri) : uris}
|
||||
/>
|
||||
</div>
|
||||
</Page>
|
||||
|
|
Loading…
Add table
Reference in a new issue