diff options
| author | AAGaming <aa@mail.catvibers.me> | 2022-09-18 14:53:36 -0400 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2022-09-18 14:53:36 -0400 |
| commit | 0f06bc1ef0d0c7b07e2d740599c745bddaec8264 (patch) | |
| tree | f85600d5f4ff14eadc3449515ad0cc7107c90736 /frontend/src/components/Markdown.tsx | |
| parent | c774451ff47a453486796585c7f3decfd8b1ee65 (diff) | |
| download | decky-loader-0f06bc1ef0d0c7b07e2d740599c745bddaec8264.tar.gz decky-loader-0f06bc1ef0d0c7b07e2d740599c745bddaec8264.zip | |
Updater UI tweaks, Markdown tweaks, bump lib
Diffstat (limited to 'frontend/src/components/Markdown.tsx')
| -rw-r--r-- | frontend/src/components/Markdown.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/Markdown.tsx b/frontend/src/components/Markdown.tsx index cefced91..81618b55 100644 --- a/frontend/src/components/Markdown.tsx +++ b/frontend/src/components/Markdown.tsx @@ -15,7 +15,6 @@ const Markdown: FunctionComponent<MarkdownProps> = (props) => { components={{ div: (nodeProps) => <Focusable {...nodeProps.node.properties}>{nodeProps.children}</Focusable>, a: (nodeProps) => { - console.log(nodeProps.node, nodeProps); const aRef = useRef<HTMLAnchorElement>(null); return ( // TODO fix focus ring |
