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 8c7be47 commit e01c199Copy full SHA for e01c199
direct-file/df-client/df-client-app/src/auth/Account/PreviewTaxReturns.tsx
@@ -22,10 +22,6 @@ const PreviewTaxReturns = () => {
22
const handlePreview = useCallback(async () => {
23
const url = `${import.meta.env.VITE_BACKEND_URL}v1/taxreturns/${currentTaxReturnId}/preview`;
24
const alertKey = SystemAlertKey.PREVIEW;
25
- const browserLanguage: string = navigator.language;
26
- // TODO: navigator.platform is deprecated: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/platform
27
- const platform: string = navigator.platform ? navigator.platform : ``;
28
- const timeZoneOffset: number = new Date().getTimezoneOffset();
29
const facts = JSON.parse(factGraph.toJSON());
30
31
try {
0 commit comments