mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
chore: cleaning up
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
export function isPreviewDeployment() {
|
||||
console.log(
|
||||
process.env.REACT_APP_NETLIFY,
|
||||
process.env.REACT_APP_NETLIFY === true
|
||||
);
|
||||
return process.env.REACT_APP_NETLIFY === true;
|
||||
return String(process.env.REACT_APP_NETLIFY) === 'true';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user