test: added tests for the warningSidebar
ref: N25B-450
This commit is contained in:
@@ -117,10 +117,6 @@ function WarningListItem(props: { warning: EditorWarning }) {
|
||||
|
||||
<div className={styles.meta}>
|
||||
{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