We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0328b03 commit 51bdf81Copy full SHA for 51bdf81
src/components/Feeds/FeedListView.tsx
@@ -65,7 +65,7 @@ const COLUMN_DEFINITIONS: ColumnDefinition[] = [
65
{
66
id: "id",
67
label: "ID",
68
- comparator: (a: Feed, b: Feed) => a.data.id.localeCompare(b.data.id),
+ comparator: (a: Feed, b: Feed) => a.data.id - b.data.id,
69
},
70
71
0 commit comments