mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-03-15 14:53:30 +01:00
MAESTRO: fix formatting for report lint
This commit is contained in:
@@ -93,9 +93,7 @@ export default function Home() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{result ? (
|
||||
<AnalysisResults report={result} />
|
||||
) : null}
|
||||
{result ? <AnalysisResults report={result} /> : null}
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user