Skip to content

Commit 751b693

Browse files
committed
webhook check added
1 parent 48823b7 commit 751b693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/MaterialHistory/MaterialHistory.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const MaterialHistory = ({
5959
const historyList = materialHistoryMapWithTime[date]
6060
return (
6161
<>
62-
{!isCommitInfoModal && (
62+
{!isCommitInfoModal && material.type !== SourceTypeMap.WEBHOOK && (
6363
<div className="flex left dc__gap-8">
6464
<span className="fs-12 lh-18 cn-7 fw-6 w-130">{date}</span>
6565
<div className="h-1 bcn-2 w-100" />

0 commit comments

Comments
 (0)