refactor(messages): mark emptyText prop as unused

Rename emptyText to _emptyText to indicate it is currently unused in the
MessageFeed component, preventing linting warnings.
This commit is contained in:
MythEclipse
2026-06-03 20:38:01 +07:00
parent 198d5a6329
commit b38f867894
@@ -97,7 +97,7 @@ function computeChannelSections(messages: MessageRecord[]): ChannelSection[] {
export function MessageFeed({
messages,
onReanalyze,
emptyText = "No messages found.",
emptyText: _emptyText,
loading,
onLoadMore,
hasMore,