Skip to content

Commit eb2930f

Browse files
committed
remove more unused stuff
1 parent 9b6b6cd commit eb2930f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ function SimpleVoiceAssistant(props: { onConnectButtonClicked: () => void }) {
8585
<RoomAudioRenderer />
8686
<NoAgentNotification state={agentState} />
8787
<div className="fixed bottom-0 w-full px-4 py-2">
88-
<ControlBar onConnectButtonClicked={props.onConnectButtonClicked} />
88+
<ControlBar />
8989
</div>
9090
</>
9191
);
9292
}
9393

94-
function ControlBar(props: { onConnectButtonClicked: () => void }) {
94+
function ControlBar() {
9595
/**
9696
* Use Krisp background noise reduction when available.
9797
* Note: This is only available on Scale plan, see {@link https://livekit.io/pricing | LiveKit Pricing} for more details.

0 commit comments

Comments
 (0)