Skip to content
This repository was archived by the owner on Sep 12, 2023. It is now read-only.

Commit 021a8da

Browse files
committed
fix: run prettier in docs
1 parent 7975326 commit 021a8da

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docusaurus/docs/reactnative/common-content/core-components/channel/props/on_press_message.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ You will have to handle these cases when overriding this function.
1111
| -------- |
1212
| function |
1313

14-
| Parameter | Description |
15-
| --------- | ----------------------------- |
14+
| Parameter | Description |
15+
| --------- | --------------------------------------------- |
1616
| payload | `{ additionalInfo, actionHandlers, message }` |
1717

18-
1918
The `additionalInfo` prop is handy for getting information from certain click events.
2019
A good example of this is getting the user details when a textMention (eg @Enigma-I-am) is clicked.
2120

@@ -34,4 +33,3 @@ For example:
3433
:::info
3534

3635
The `additionalInfo` prop will change over time as we explore more usecases for different `emitter's`.
37-

0 commit comments

Comments
 (0)