chore: generate
This commit is contained in:
@@ -52,7 +52,15 @@ const bad = (n: number | undefined, limit: number, low = false) => {
|
|||||||
|
|
||||||
const session = (path: string) => path.includes("/session")
|
const session = (path: string) => path.includes("/session")
|
||||||
|
|
||||||
function Cell(props: { bad?: boolean; dim?: boolean; inline?: boolean; label: string; tip: string; value: string; wide?: boolean }) {
|
function Cell(props: {
|
||||||
|
bad?: boolean
|
||||||
|
dim?: boolean
|
||||||
|
inline?: boolean
|
||||||
|
label: string
|
||||||
|
tip: string
|
||||||
|
value: string
|
||||||
|
wide?: boolean
|
||||||
|
}) {
|
||||||
const content = () => (
|
const content = () => (
|
||||||
<div
|
<div
|
||||||
classList={{
|
classList={{
|
||||||
|
|||||||
Reference in New Issue
Block a user