Skip to content

Commit

Permalink
Merge branch 'dev' into feat/epoch-progress-bar-on-landing
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev authored Feb 16, 2024
2 parents 6b9bb4a + 0dbc932 commit a62aba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/routes/nova/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const Search: React.FC<RouteComponentProps<SearchRouteProps>> = (props) => {
<ul>
<li>
<span>Query</span>
<span>{params.query}</span>
<span>{props.match.params.query}</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit a62aba9

Please sign in to comment.