Add comment NewWeeklyReport
This commit is contained in:
parent
faf998e652
commit
01a6f9e61d
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ export default function NewWeeklyReport(): JSX.Element {
|
||||||
};
|
};
|
||||||
|
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
// Check if the browser is Chrome or Edge
|
||||||
const isChromeOrEdge = /Chrome|Edg/.test(navigator.userAgent);
|
const isChromeOrEdge = /Chrome|Edg/.test(navigator.userAgent);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue