Skip to content

Commit

Permalink
refactor: ♻️ reorder StatsTabPanel after JSONTabPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jan 8, 2025
1 parent 68d950b commit 75d208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1228,11 +1228,11 @@ function WebApp() {
<ProblemsTabPanel />
<MessagesTabPanel />
<OutputTabPanel />
<StatsTabPanel />
<LogProbsTabPanel />
<TopLogProbsTabPanel />
<FilesTabPanel />
<JSONTabPanel />
<StatsTabPanel />
<RawTabPanel />
</VscodeTabs>
</VscodeCollapsible>
Expand Down

0 comments on commit 75d208d

Please sign in to comment.