Skip to content

Commit

Permalink
Update crates/components/src/table.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Espin <[email protected]>
  • Loading branch information
Leonard and marc2332 authored Apr 10, 2024
1 parent 8445e41 commit 7f50f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub struct TableCellProps {
pub height: String,
}

/// `TableCell` component.
/// Cell for a [`Table`]. You can place any other element inside.
#[allow(non_snake_case)]
pub fn TableCell(props: TableCellProps) -> Element {
let config = consume_context::<TableConfig>();
Expand Down

0 comments on commit 7f50f2f

Please sign in to comment.