feat: updated visuals

ref: N25B-450
This commit is contained in:
JGerla
2026-01-20 14:00:01 +01:00
parent 327d1de621
commit 363054afda

View File

@@ -119,10 +119,11 @@ function WarningListItem(props: { warning: EditorWarning }) {
</div>
<div className={styles.meta}>
{props.warning.scope.id}
{props.warning.scope.handleId && (
<span className={styles.handle}>@{props.warning.scope.handleId}</span>
)}
{props.warning.type}
{/*{props.warning.scope.id}*/}
{/*{props.warning.scope.handleId && (*/}
{/* <span className={styles.handle}>@{props.warning.scope.handleId}</span>*/}
{/*)}*/}
</div>
</div>
);