Remove answered TODOs

This commit is contained in:
Travis Ralston 2021-07-22 09:27:38 -06:00
parent eec63574e6
commit e1bb04f45a
3 changed files with 0 additions and 5 deletions

View file

@ -189,7 +189,6 @@ export default class VoiceRecordComposerTile extends React.PureComponent<IProps,
if (!this.state.recorder) return null; // no recorder means we're not recording: no waveform
if (this.state.recordingPhase !== RecordingState.Started) {
// TODO: @@ TR: Should we disable this during upload? What does a failed upload look like?
return <RecordingPlayback playback={this.state.recorder.getPlayback()} />;
}