Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bprize15 committed Nov 21, 2024
1 parent 48b9ca7 commit 4bb28d4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/src/main/javascript/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ export default function Header({
pointerEvents: searchSectionHidden ? 'none' : 'unset'
}}
>
<SearchBySelect />
<SearchBar oncoTreeData={oncoTreeData} oncoTree={oncoTree} />
<div style={{ marginRight: 20 }} />
<VersionSelect
onVersionChange={onVersionChange}
stats={treeStats}
/>
<SearchBySelect />
<SearchBar oncoTreeData={oncoTreeData} oncoTree={oncoTree} />
<div style={{ marginRight: 20 }} />
<VersionSelect
onVersionChange={onVersionChange}
stats={treeStats}
/>
</div>
)}
<div style={{ flexGrow: 1 }} />
Expand Down

0 comments on commit 4bb28d4

Please sign in to comment.