Skip to content

Commit be3bfe4

Browse files
author
Jacob Logan
committed
update base references files
1 parent 755e211 commit be3bfe4

File tree

3 files changed

+837457
-837095
lines changed

3 files changed

+837457
-837095
lines changed

src/components/ApiDocs/display/ApiModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const ApiModal = ({
2626
if (data.type === 'reference') {
2727
data = references[data.target];
2828
}
29-
console.log(data);
3029
const description = data?.comment?.summary;
3130
const ref = useRef<HTMLDivElement>(null);
3231

0 commit comments

Comments
 (0)