You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanonClick={()=>{openFile(job.key)}}className={styles['listItemLongSpan']}title="Click to show file contents">{job.key.split('/').slice(-1)[0]}</span>
title={job.syncType==='TOLOCAL' ? 'Download to local' : 'Upload to remote'}>
143
+
{getIconByType(job.syncType)}
144
+
</span>
132
145
<spanonClick={()=>onCheckLink(job.remoteLink)}className={styles['listItemShortSpan']}title="Click to show remote url">{getIconByStatus(job.syncStatus)}</span>
0 commit comments