Skip to content

Commit

Permalink
fix header for run score
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 committed Nov 2, 2023
1 parent 43b7bc9 commit 0eb9bcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function RunsTable() {
columnHelper.accessor(
(run) => run.tiltseries_aggregate.aggregate?.avg?.tilt_series_quality,
{
header: i18n.run,
header: i18n.tiltSeriesQualityScore,
cell: ({ getValue }) => {
const score = getValue() as TiltSeriesScore | null | undefined

Expand Down

0 comments on commit 0eb9bcc

Please sign in to comment.