Closed razanbilwani closed 7 years ago
@razanbilwani Good to use trim
@razanbilwani Better to do like this
In https://github.com/namshi/roger/blob/master/src/client/components/projectDetails.jsx#L33
let [repo, branch] = ( path || '' ).split(':').map(item => item.trim());
@shidhincr cool, did it in #38
@shidhincr Or, I could add trim, wdyt?