We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917c0d8 commit e0b2818Copy full SHA for e0b2818
website/src/pages/download/index.tsx
@@ -88,7 +88,6 @@ const Releases: FC = (): ReactElement=> {
88
dataIndex: 'osType',
89
key: 'osType',
90
render(o: string, record: IRow) {
91
- console.log(record, 'record')
92
const {tagName, name} = record;
93
return <a className={clsx('button button--secondary', styles.download)} href={`${DOWN_LINK}${tagName}/${name}`}>Download</a>
94
}
0 commit comments