Remove spacer in feed create
This commit is contained in:
parent
1ab71f8521
commit
acc95bbd9c
|
@ -100,7 +100,6 @@ export default function FeedCreate(props: {
|
|||
onClick={(e) => e.stopPropagation()}
|
||||
onChange={(e) => setQuestion(e.target.value.replace('\n', ''))}
|
||||
/>
|
||||
<Spacer h={3} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user