Skip to content

Commit

Permalink
fix: activities panel status --> state
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 28, 2024
1 parent 210b7ce commit 4ceb30d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ const ActivitiesPanel = ({ defaultTheme, state, params, map }: activitiesPanelTy
<span className="fmtm-text-[#7A7676] fmtm-font-extralight fmtm-italic fmtm-font-archivo">
updated status to{' '}
</span>
<p style={{ color: defaultTheme.statusTextTheme[taskEvent?.status] }} className="fmtm-font-archivo">
{taskEvent?.status}
<p style={{ color: defaultTheme.statusTextTheme[taskEvent?.state] }} className="fmtm-font-archivo">
{taskEvent?.state}
</p>
<div className="fmtm-flex fmtm-items-center fmtm-justify-between">
<p className="fmtm-font-archivo fmtm-text-sm fmtm-text-[#7A7676]">#{selectedTask}</p>
Expand Down

0 comments on commit 4ceb30d

Please sign in to comment.