Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 9741e8d

Browse files
committed
better description for gutterPosition
1 parent 60db2cd commit 9741e8d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/Chat/ChatGutter.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ import { Extendable, ShorthandValue } from '../../../types/utils'
1414
export interface ChatGutterProps
1515
extends UIComponentProps<ChatGutterProps>,
1616
ChildrenComponentProps,
17-
ContentComponentProps<ShorthandValue> {
18-
/** Indicates whether message belongs to the current user. */
19-
}
17+
ContentComponentProps<ShorthandValue> {}
2018

2119
/**
2220
* A gutter is used to create the auxiliary area of a chat item

src/components/Chat/ChatItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface ChatItemProps
2323
/** Chat items can have a gutter. */
2424
gutter?: ShorthandValue
2525

26-
/** Indicates whether message belongs to the current user. */
26+
/** Indicates whether the gutter is positioned at the start or the end. */
2727
gutterPosition?: 'start' | 'end'
2828
}
2929

0 commit comments

Comments
 (0)