Skip to content

Commit c6b93fc

Browse files
authored
fix: removed unnecessary * note (#7831)
1 parent 9736b48 commit c6b93fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/components/reference.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,10 +1555,10 @@ To use this component in messages you must send the [message flag](/docs/resourc
15551555

15561556
###### Text Display Interaction Response Structure
15571557

1558-
| Field | Type | Description |
1559-
|--------|---------|-------------------------------------|
1560-
| type\* | integer | `10` for a Text Display |
1561-
| id | integer | Unique identifier for the component |
1558+
| Field | Type | Description |
1559+
|-------|---------|-------------------------------------|
1560+
| type | integer | `10` for a Text Display |
1561+
| id | integer | Unique identifier for the component |
15621562

15631563
###### Examples
15641564

@@ -1999,7 +1999,7 @@ The `description` may display above or below the `component` depending on platfo
19991999

20002000
| Field | Type | Description |
20012001
|-----------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
2002-
| type\* | integer | `18` for a Label |
2002+
| type | integer | `18` for a Label |
20032003
| id | integer | Unique identifier for the component |
20042004
| component | [interaction response label child component](/docs/components/reference#label-label-interaction-response-child-components) | The component within the label |
20052005

0 commit comments

Comments
 (0)