mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(PostOnHover): fix eslint warning
This commit is contained in:
@@ -36,8 +36,8 @@ const PostOnHover = ({ cid, feed }) => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<BoardForm selectedStyle={selectedStyle} style={{ margin: '0', padding: '0' }}>
|
<BoardForm selectedStyle={selectedStyle} style={{ margin: '0', padding: '0' }}>
|
||||||
<div className='board' style={{ margin: '0', padding: '0' }}>
|
<div className='board'>
|
||||||
<div className='thread' style={{ margin: '0', padding: '0' }}>
|
<div className='thread'>
|
||||||
{reply.state === 'succeeded' ? (
|
{reply.state === 'succeeded' ? (
|
||||||
<div className='reply-container'>
|
<div className='reply-container'>
|
||||||
<div className='post-reply post-reply-desktop'>
|
<div className='post-reply post-reply-desktop'>
|
||||||
|
|||||||
Reference in New Issue
Block a user