Skip to content

Commit

Permalink
Make FTS appear from top
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Aug 5, 2023
1 parent d779474 commit 42fe639
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const useQueueRowsData = ({
};
if (row.isFts) {
totalFts++;
row.bottom = height;
}
if (run.featuredRunMedia !== undefined) {
row.isFeatured = true;
Expand Down

0 comments on commit 42fe639

Please sign in to comment.