Skip to content

Commit

Permalink
add banner text for score changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prabh-t committed May 12, 2024
1 parent 957c354 commit e4c9e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/layout/DefaultPageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface DefaultPageLayoutProps {
searchResults?: MappingRecord[][][]
}

const bannerText = null
const bannerText = "AlphaMissense prediction has replaced EVE score in the main table. You can now find EVE score under Predictions in the Functional Annotations section."

function DefaultPageLayout(props: DefaultPageLayoutProps) {
const [showBanner, setShowBanner ] = useState(bannerText == null ? false : true);
Expand Down

0 comments on commit e4c9e08

Please sign in to comment.