Skip to content

Commit

Permalink
remove unofficial vs. official from page title to bring in line with …
Browse files Browse the repository at this point in the history
…other reports. it's visible on the report itself
  • Loading branch information
adghayes committed Oct 24, 2023
1 parent 40c471a commit 0003266
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,7 @@ export function TallyWriteInReportScreen(): JSX.Element {
);

return (
<NavigationScreen
title={
`${isOfficialResults ? 'Official' : 'Unofficial'} ` +
`Write-In Adjudication Report`
}
>
<NavigationScreen title="Write-In Adjudication Report">
<P>
<ReportBackButton />
</P>
Expand Down

0 comments on commit 0003266

Please sign in to comment.