synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
16 lines (15 loc) • 549 B
JavaScript
import { jsx as e } from "react/jsx-runtime";
import n from "../../../../../synapse-queries/entity/useEntityBundle.js";
import { Skeleton as d } from "@mui/material";
import { UserBadgeCell as l } from "./UserBadgeCell.js";
function s(i) {
const { row: t } = i, { data: o, isLoading: r } = n(
t.original.entityId,
t.original.versionNumber
);
return r ? /* @__PURE__ */ e(d, { width: 100 }) : /* @__PURE__ */ e(l, { ...i, cellData: o?.entity.modifiedBy });
}
export {
s as ModifiedByCell
};
//# sourceMappingURL=ModifiedByCell.js.map