Skip to content
Snippets Groups Projects
Commit 0cf22b72 authored by Loïc Correnson's avatar Loïc Correnson Committed by Michele Alberti
Browse files

[ivette] linting...

parent c55fd76b
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ const ColumnCallstack = () => Column({
title: 'Context of the evaluation',
align: 'left',
width: 100,
render: CallstackRenderer
render: CallstackRenderer,
});
const AlarmRenderer = (
......@@ -44,7 +44,7 @@ const ColumnAlarm = (props: { visible: boolean }) => Column({
fixed: true,
icon: 'WARNING',
visible: props.visible,
render: AlarmRenderer
render: AlarmRenderer,
});
// --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment