Skip to content

Commit 77b6fc0

Browse files
committed
cursor issue fix
1 parent 2d8bef4 commit 77b6fc0

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
@@ -76,7 +76,7 @@ const MaterialHistory = ({
7676
<div
7777
data-testid={`material-history-${index}`}
7878
key={_commitId}
79-
className={`material-history w-auto cursor ${!history.excluded && !isCommitInfoModal ? 'cursor material-history__box-shadow' : ''} ${history.isSelected ? 'material-history-selected' : ''}`}
79+
className={`material-history w-auto ${!history.excluded && !isCommitInfoModal ? 'cursor material-history__box-shadow' : ''} ${history.isSelected ? 'material-history-selected' : ''}`}
8080
onClick={(e) => onClickMaterialHistory(e, _commitId, history.excluded)}
8181
>
8282
<GitCommitInfoGeneric

0 commit comments

Comments
 (0)