94 | {diffObj.action} 95 |
96 | {/* Showing render times if toggle switched */} 97 | {showRenderTimes && ( 98 |99 | {diffObj.actionCompleteTime < 1 100 | ? `< 1 ms` 101 | : `${diffObj.actionCompleteTime.toFixed(2)} ms`} 102 |
103 | )} 104 | 113 |20 | Store: 21 |
22 |