We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c03818 commit 93054a2Copy full SHA for 93054a2
src/features/questions/create-question/CreateQuestionPage.jsx
@@ -217,8 +217,8 @@ const CreateQuestion = () => {
217
218
<div className="d-flex flex-wrap">
219
{tags.map((tag) => (
220
- <StyledTagBlock>
221
- <Tag key={tag} closable onClose={() => removeTag(tag)}>
+ <StyledTagBlock key={tag}>
+ <Tag closable onClose={() => removeTag(tag)}>
222
{tag}
223
</Tag>
224
</StyledTagBlock>
0 commit comments