Skip to content

Commit 6952cc8

Browse files
committed
fix prettier style
1 parent dbc08bc commit 6952cc8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/react/src/views/AttachmentPreview/AttachmentPreview.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const AttachmentPreview = () => {
127127
`}
128128
>
129129
File name
130-
</Box>
130+
</Box>
131131
<Input
132132
onChange={(e) => {
133133
handleFileName(e);
@@ -174,7 +174,6 @@ const AttachmentPreview = () => {
174174
type="text"
175175
css={styles.input}
176176
placeholder="Description"
177-
value={description}
178177
ref={messageRef}
179178
/>
180179
</Box>

0 commit comments

Comments
 (0)