Fixed: Goodreads bookshelves not shown after authentication

This commit is contained in:
ta264
2021-01-27 21:33:09 +00:00
committed by Qstick
parent 93ba5ade9e
commit 64e2f6457d
2 changed files with 10 additions and 8 deletions
@@ -182,7 +182,8 @@ BookshelfInput.propTypes = {
BookshelfInput.defaultProps = {
className: styles.bookshelfInputWrapper,
inputClassName: styles.input
inputClassName: styles.input,
isPopulated: false
};
export default BookshelfInput;