Skip to content

Commit 4ceeb1b

Browse files
fix: bug in deactivation found after testing
1 parent f05db07 commit 4ceeb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/AVAudioSessionTestingModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export const AVAudioSessionTestingModal = (props: AudioModalProps) => {
155155
valueField="configuration"
156156
value={selectedConfig}
157157
onChange={(item: TestConfiguration) => {
158-
setSelectedConfig(item)
158+
setSelectedConfig(item);
159159
runConfigurationWithLogging(() =>
160160
configureAudioSession(item.configuration)
161161
);

0 commit comments

Comments
 (0)