Skip to content

Commit 1ba4c28

Browse files
committed
Fix indention.
1 parent 8c02c83 commit 1ba4c28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/module/src/ChatbotConversationHistoryNav/LoadingState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { FunctionComponent } from 'react';
44
export const LoadingState: FunctionComponent<SkeletonProps> = ({ screenreaderText, ...rest }: SkeletonProps) => (
55
<div className="pf-chatbot__history-loading">
66
<div className="pf-chatbot__history-loading-block">
7-
<Skeleton screenreaderText={screenreaderText ?? 'Loading chatbot chat history'} fontSize="3xl" {...rest} />
7+
<Skeleton screenreaderText={screenreaderText ?? 'Loading chatbot chat history'} fontSize="3xl" {...rest} />
88
</div>
99
<div className="pf-chatbot__history-loading-block">
1010
<Skeleton fontSize="sm" width="70%" {...rest} />

0 commit comments

Comments
 (0)