Skip to content

Commit

Permalink
resolved bug for FAQ page for className attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
agutiernc committed Dec 2, 2023
1 parent 479279a commit 0132b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Faq/FaqView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ const FaqView = ({ isAdmin }) => {
toggleExpandCollapse={toggleExpandCollapse}
/>
</div>
<div className={admin && classes.editCategoryContainer}>
<div className={admin ? classes.editCategoryContainer : ""}>
<DragDropContext onDragEnd={handleDragEnd}>
<FaqCategoryList
faqCategoryList={faqCategoryList}
Expand Down

0 comments on commit 0132b05

Please sign in to comment.