Added several fixes throughout for demo.
This commit is contained in:
@@ -5,7 +5,9 @@ import { Tooltip } from "antd";
|
||||
|
||||
export function DateFormatter(props) {
|
||||
return props.children ? (
|
||||
<Moment format="MM/DD/YYYY ">{props.children}</Moment>
|
||||
<Moment className={props && props.className} format="MM/DD/YYYY ">
|
||||
{props.children}
|
||||
</Moment>
|
||||
) : null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user