diff --git a/frontend/src/lib/lemon-ui/LemonTable/LemonTable.tsx b/frontend/src/lib/lemon-ui/LemonTable/LemonTable.tsx index 89e4befbb9d02..398f3d8dd735b 100644 --- a/frontend/src/lib/lemon-ui/LemonTable/LemonTable.tsx +++ b/frontend/src/lib/lemon-ui/LemonTable/LemonTable.tsx @@ -52,7 +52,7 @@ export interface LemonTableProps> { inset?: boolean /** An embedded table has no border around it and no background. This way it blends better into other components. */ embedded?: boolean - /** Whether a table background and inner borders should be shown. **/ + /** Whether to hide the table background and inner borders. **/ stealth?: boolean loading?: boolean pagination?: PaginationAuto | PaginationManual