Update streaming-react-app/src/StreamingInterface.tsx

#5
by annasun28 - opened
streaming-react-app/src/StreamingInterface.tsx CHANGED
@@ -1087,7 +1087,7 @@ export default function StreamingInterface() {
1087
  serverState.serverLock.clientID !== clientID && (
1088
  <div>
1089
  <Alert severity="warning">
1090
- {`The server is currently locked by "${serverState.serverLock.name}". Priority will be given to that client when they are streaming, and your streaming session may be halted abruptly.`}
1091
  </Alert>
1092
  </div>
1093
  )}
 
1087
  serverState.serverLock.clientID !== clientID && (
1088
  <div>
1089
  <Alert severity="warning">
1090
+ {`The server is currently locked. Priority will be given to that client when they are streaming, and your streaming session may be halted abruptly.`}
1091
  </Alert>
1092
  </div>
1093
  )}