Commit 53ec94e0 authored by tizah's avatar tizah Committed by Liana Husikyan

fixing linting error

parent 06deede2
......@@ -328,7 +328,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => {
<div className="mb-4">
{
(Object.entries(warningState).map((element, index) => (
<div key={index}>
<div key={index}>
<span className="text-dark h6">{element[0]}</span>
{element[1].map((x, i) => (
x.hasWarning ? (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment