Remove out times (not implemented) and extra LOADING

This commit is contained in:
Matthew Stratford 2020-04-06 12:05:28 +01:00
parent a5023f109d
commit f070542c5d

View file

@ -141,10 +141,6 @@ export function Player({ id }: { id: number }) {
- in - in
</span> </span>
)} )}
<span className="m-0 outro bypass-click">out - 00:00:00</span>
{playerState.loadedItem !== null && playerState.timeLength === 0 && (
<span className="m-0 loading bypass-click">LOADING</span>
)}
<div className="m-0 graph" id={"waveform-" + id}></div> <div className="m-0 graph" id={"waveform-" + id}></div>
</div> </div>
</div> </div>