feat: set switch case to robots

This commit is contained in:
amhsirak
2025-01-09 23:17:37 +05:30
parent 9458c1d06b
commit 6c599da661

View File

@@ -124,7 +124,7 @@ export const MainPage = ({ handleEditRecording, initialContent }: MainPageProps)
const DisplayContent = () => { const DisplayContent = () => {
switch (content) { switch (content) {
case 'recordings': case 'robots':
return <Recordings return <Recordings
handleEditRecording={handleEditRecording} handleEditRecording={handleEditRecording}
handleRunRecording={handleRunRecording} handleRunRecording={handleRunRecording}