Skip to content

Commit

Permalink
Update for release, only manual data reclaim is available
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinKelsay committed Mar 30, 2021
1 parent 5bd8c45 commit 5ec29d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ const Landing = (props) => {
const [scriptRunning, setScriptRunning] = useState(false);

const startFacebookScript = () => {
setScriptRunning(true);
facebookScriptIndex();
return new Notification('Reclaiming', {
body: 'The automatic reclaim process has begun for Facebook',
});
alert("This feature is currently in development only")
props.history.push("/manualFacebook")
// setScriptRunning(true);
// facebookScriptIndex();
// return new Notification('Reclaiming', {
// body: 'The automatic reclaim process has begun for Facebook',
// });
};

const startTwitterScript = () => {
Expand Down

0 comments on commit 5ec29d0

Please sign in to comment.