Skip to content

Commit

Permalink
fix dropdown bad indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuvssut committed May 31, 2021
1 parent 00f05be commit e8c5327
Show file tree
Hide file tree
Showing 2 changed files with 10,812 additions and 11,248 deletions.
7 changes: 4 additions & 3 deletions src/components/Dropdown/Dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ const DropdownComponent = props => {
<DropdownItem
onClick={getTargetFunc()}
name={
// prettier-ignore
props.type === "download"
? aItem
: `body${
props.type === "font"
? "Font"
: props.type === "font-weight"
props.type === "font"
? "Font"
: props.type === "font-weight"
? "FontWeight"
: "Color"
}`
Expand Down
Loading

0 comments on commit e8c5327

Please sign in to comment.