Skip to content

Commit a84aa18

Browse files
authored
fix: latestReleaseTime null
1 parent c086b68 commit a84aa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const query = graphql`query ($skip: Int!, $limit: Int!) {
8484
skip: $skip
8585
limit: $limit
8686
filter: {isModule: {eq: true}, hide: {eq: false}}
87-
sort: {latestReleaseTime: DESC}
87+
sort: [ { latestReleaseTime: DESC }, { latestBetaReleaseTime: DESC } ]
8888
) {
8989
edges {
9090
node {

0 commit comments

Comments
 (0)