BUG: Warning: Received false
for a non-boolean attribute className
on FAQ page
#1511
Labels
bug
Release Note: Shows as Error Correction
dev: technical debt
Reimplement a former quick fix in a more robust way to ease future development and maintenance.
good first issue
Good for newcomers
level: easy
priority: MUST HAVE
role: front-end
Front End Developer
Milestone
Overview
FaqView.jsx#378 initializes the border style improperly
<div className={admin && classes.editCategoryContainer}>
Action Items
[] make sure the proper class name is used for both admin true and false
[] replace boolean expression with ternary
The text was updated successfully, but these errors were encountered: