chore(shared): Linter errors
This commit is contained in:
parent
f284cebaeb
commit
97cd18e247
1 changed files with 2 additions and 2 deletions
|
@ -169,14 +169,14 @@ export const UserSetPicker = ({ design, t, href, clickHandler }) => {
|
|||
)
|
||||
}
|
||||
|
||||
export const BookmarkedSetPicker = ({ design, t }) => (
|
||||
export const BookmarkedSetPicker = ({ t }) => (
|
||||
<>
|
||||
<h3>{t('bookmarkedSets')}</h3>
|
||||
<PopoutWrapper fixme>Implement bookmarked set picker (also implement bookmarks)</PopoutWrapper>
|
||||
</>
|
||||
)
|
||||
|
||||
export const SetPicker = ({ href = false, clickHandler = false }) => {
|
||||
export const SetPicker = ({ design, href = false, clickHandler = false }) => {
|
||||
const { t, i18n } = useTranslation('sets')
|
||||
const { language } = i18n
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue