Skip to content

Commit

Permalink
fix: format prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-aiello-appfolio committed Dec 8, 2022
1 parent f0315d2 commit a597bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Icon/FontAwesomeAPM.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class FontAwesomeAPM extends React.Component<FontAwesomeAPMProps>
inverse && classNames.push('inverse');

const fa = classNames.map((iconName) => `fa-${iconName}`);
isSolid? fa.unshift('fas') : fa.unshift('fa');
isSolid ? fa.unshift('fas') : fa.unshift('fa');

classNames = fa;
}
Expand Down

0 comments on commit a597bce

Please sign in to comment.