diff --git a/src/App.js b/src/App.js index eddd8a8..ffd147f 100644 --- a/src/App.js +++ b/src/App.js @@ -90,7 +90,7 @@ function UmamiLink({ href, name, target, children, ...props }) { // Prevent normal href-follow event.preventDefault() return false - }, [href, name]) + }, [href, name, target]) return