side bar update
This commit was merged in pull request #37.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { FC } from "react";
|
||||
import { NewDateTimeFormatter } from "../../../../../../_digifi/lib/NewDateTimeFormatter";
|
||||
|
||||
type Props = {
|
||||
added?: string;
|
||||
};
|
||||
|
||||
const AddedCell: FC<Props> = ({ added }) => (
|
||||
<div className="badge badge-light fw-bolder">
|
||||
{NewDateTimeFormatter(added)}
|
||||
</div>
|
||||
);
|
||||
|
||||
export { AddedCell };
|
||||
Reference in New Issue
Block a user