Skip to content

Commit

Permalink
Page title
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Feb 23, 2024
1 parent 28599fc commit 76b77e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export function CustomReport() {

return (
<View style={{ ...styles.page, minWidth: 650, overflow: 'hidden' }}>
<Header title="Custom Reports" />
<Header title={`Custom Reports: ${report.name ?? 'Unsaved report'}`} />
<View
style={{
display: 'flex',
Expand Down

0 comments on commit 76b77e1

Please sign in to comment.