fix rebase typo

This commit is contained in:
Sean Yesmunt 2019-10-28 13:31:49 -04:00
parent 47368d1090
commit 7376500832

View file

@ -95,7 +95,7 @@ export default function TagsSelect(props: Props) {
onSelect={onSelect}
suggestMature={suggestMature && !hasMatureTag}
disableAutoFocus={disableAutoFocus}
tagsPasssedIn={tagsToDisplay}
tagsPassedIn={tagsToDisplay}
placeholder={placeholder}
/>
</React.Fragment>