Skip to content

Commit

Permalink
fix(dropdown): linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Irby committed Feb 4, 2020
1 parent b8fdad2 commit 671ccff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dropdown/src/react/index.js
Expand Up @@ -55,7 +55,7 @@ const styles = {
)
},
menu: _ => css(stylesheet['.psds-dropdown__menu']),
placeholder: ({ size, selectedLabel, appearance }) => {
placeholder: ({ appearance, selectedLabel, size }) => {
const label = 'psds-dropdown__placeholder'
const isSmall = size === vars.sizes.small
const placeholderColor =
Expand Down

0 comments on commit 671ccff

Please sign in to comment.