Skip to content

Commit fe409db

Browse files
authored
fix: rename agent state to user state (#361)
1 parent 6d61796 commit fe409db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/contact-center/user-state/src/user-state/user-state.presentational.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const UserStatePresentational: React.FunctionComponent<IUserState> = (props) =>
8282

8383
return (
8484
<>
85+
{/* Adding this comment for publishing a commit */}
8586
<div style={styles.box}>
8687
<section style={styles.sectionBox}>
8788
<fieldset style={styles.fieldset}>

0 commit comments

Comments
 (0)