- Fix spacing on so me alerts
Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
@@ -2,5 +2,5 @@ import { Alert } from "antd";
|
||||
import React from "react";
|
||||
|
||||
export default function AlertComponent(props) {
|
||||
return <Alert {...props} />;
|
||||
return <Alert {...props} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user