Skip to content

Commit

Permalink
feat: replace Feed component with IncidentFeedElement in IncidentView
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jan 14, 2025
1 parent 52c35c1 commit 66a594e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dashboard/src/Pages/Incidents/View/Index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import HeaderAlert, {
HeaderAlertType,
} from "Common/UI/Components/HeaderAlert/HeaderAlert";
import ColorSwatch from "Common/Types/ColorSwatch";
import Feed from "Common/UI/Components/Feed/Feed";
import IncidentFeedElement from "../../../Components/Incident/IncidentFeed";

const IncidentView: FunctionComponent<
PageComponentProps
Expand Down Expand Up @@ -770,6 +770,9 @@ const IncidentView: FunctionComponent<
</Card>
)}


<IncidentFeedElement incidentId={modelId} />


</Fragment>
);
Expand Down

0 comments on commit 66a594e

Please sign in to comment.