Skip to content

Commit 14da8a4

Browse files
lint resolved
1 parent aec1249 commit 14da8a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fluent-theme/src/components/sendBox/DismissToolbarButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { useStopVoice, useLocalizer } = hooks;
1414
function DismissToolbarButton() {
1515
const localize = useLocalizer();
1616
const stopVoice = useStopVoice();
17-
17+
1818
const ariaLabel = localize('SPEECH_INPUT_STOP_RECORDING_ALT');
1919

2020
const handleDismissClick = useCallback(() => {

0 commit comments

Comments
 (0)