chore(codestyle): cleanup and reformat
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import Badge from "../Badge/Badge";
|
||||
import { formatRelease } from "../../date";
|
||||
import { Revision } from "../../model";
|
||||
import Badge from "../Badge/Badge";
|
||||
|
||||
export default function ItemRevision({
|
||||
revision,
|
||||
dateFormat,
|
||||
}: {
|
||||
revision: Revision;
|
||||
dateFormat?: string
|
||||
dateFormat?: string;
|
||||
}) {
|
||||
return (
|
||||
<div className="item-revision">
|
||||
|
||||
Reference in New Issue
Block a user