UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

16 lines (15 loc) 549 B
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