Skip to content

Commit 81a2726

Browse files
committed
linting again
1 parent ec94f0d commit 81a2726

File tree

1 file changed

+1
-1
lines changed
  • libs/remix-ui/remix-ai-assistant/src/components

1 file changed

+1
-1
lines changed

libs/remix-ui/remix-ai-assistant/src/components/prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const PromptArea: React.FC<PromptAreaProps> = ({
213213
</button>
214214
)}
215215
</div>
216-
<button
216+
<button
217217
data-id="remix-ai-record-audio"
218218
className={`btn btn-text btn-sm small fw-light mt-2 align-self-end border border-text rounded ${isRecording ? 'btn-danger text-white' : 'text-secondary'}`}
219219
onClick={handleRecord}

0 commit comments

Comments
 (0)