Skip to content

Commit 0967fcf

Browse files
committed
fix: lint issues in docs
1 parent d65207e commit 0967fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/basics/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ dependencies {
248248

249249
## Blank screen on channel delete
250250

251-
When a channel is deleted, and you are active on that channel a blank screen appears by default in the SDK as we return `null` by checking the status of the event returned from the backend.
251+
When a channel is deleted, and you are active on that channel a blank screen appears by default in the SDK as we return `null` by checking the status of the event returned from the backend.
252252
A user can go back to the channel list and then the channel gets disappeared from the list. At the same time, an event is shared from the backend which could be listened to get the status of the deleted channel.
253253

254254
Users can listen to the event and store the status of the deleted channel and thereby display the appropriate message in the UI.

0 commit comments

Comments
 (0)