mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add edit and delete actions to posts and comments (#125)
This commit is contained in:
committed by
GitHub
parent
07ca2a304a
commit
bc15140512
@@ -6,7 +6,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const Box = ({ customClass, children }: Props) => (
|
||||
<div className={`box ${customClass}`}>
|
||||
<div className={`box${customClass ? ' ' + customClass : ''}`}>
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user