feat: The Big One UI #47
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user