Skip to content

Commit 232f852

Browse files
committed
no you don't lol
1 parent c9d6772 commit 232f852

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/components/EmptyState/EmptyState.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ export interface EmptyStateProps {
1414
* Component to place on screens or in lists that have no content. Optionally
1515
* provide a button that would allow the user to return from where they were,
1616
* or to add an item that they currently have none of.
17-
*
18-
* EmptyState's props extend the [Material UI Box component](https://material-ui.com/components/box/)
19-
* that you can directly pass props through to to customize the shape and layout of it.
2017
*/
2118
export const EmptyState: FC<EmptyStateProps> = ({
2219
message,

0 commit comments

Comments
 (0)