Skip to content

Commit

Permalink
fix: bug causing stage calculation to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Dec 4, 2024
1 parent 0628f70 commit f8ab03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_qc_portal/panel/quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def status_panel(self):
for stage in self.stages:
data.append(
{
"Group": modality,
"Group": modality.abbreviation,
"Stage": stage,
"Status": status_html(
self._data.status(modality=modality, stage=stage)
Expand Down

0 comments on commit f8ab03a

Please sign in to comment.