Fix linearDeterminate progress bar

This commit is contained in:
Reckless_Satoshi 2022-06-23 13:34:09 -07:00
parent bd70d94d4a
commit af8f7c0658
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -614,7 +614,7 @@ class OrderPage extends Component {
<Countdown date={new Date(this.state.expires_at)} renderer={this.countdownRenderer} />
</ListItemText>
</ListItem>
<LinearDeterminate totalSecsExp={this.state.total_secs_exp} expiresAt={this.state.expires_at}/>
<LinearDeterminate key={this.state.total_secs_exp} totalSecsExp={this.state.total_secs_exp} expiresAt={this.state.expires_at}/>
</List>
{/* If the user has a penalty/limit */}