Kalkuli/2018.2-Kalkuli_Front-End

View on GitHub
src/components/UI/BackDrop/BackDrop.js

Summary

Maintainability
A
0 mins
Test Coverage

There should be no space after '='
Open

  props.show ? <div className = "Backdrop" onClick={props.click}></div> : null 

For more information visit Source: http://eslint.org/docs/rules/

There should be no space before '='
Open

  props.show ? <div className = "Backdrop" onClick={props.click}></div> : null 

For more information visit Source: http://eslint.org/docs/rules/

There are no issues that match your filters.

Category
Status