remove comment
This commit is contained in:
@@ -13,7 +13,6 @@ const SUB_PKG = '0x.js';
|
||||
export function SourceLink(props: SourceLinkProps) {
|
||||
const src = props.source;
|
||||
const url = constants.GITHUB_0X_JS_URL;
|
||||
// https://github.com/0xProject/0x.js/blob/0x.js%400.26.1/packages/0x.js/src/contract_wrappers/exchange_wrapper.ts
|
||||
const sourceCodeUrl = `${url}/blob/${SUB_PKG}%40${props.version}/packages/${SUB_PKG}/${src.fileName}#L${src.line}`;
|
||||
return (
|
||||
<div className="pt2" style={{fontSize: 14}}>
|
||||
|
Reference in New Issue
Block a user