fix(home): remove FB signup, fix app footer outside of user context

This commit is contained in:
Sabe Jones
2021-11-01 13:58:46 -05:00
parent 0d6e34c646
commit e475ebf65c
4 changed files with 9 additions and 35 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import {
} from '../../../helpers/common.helper';
describe('shared.ops.purchase', () => {
const SEASONAL_FOOD = 'Candy_Base';
const SEASONAL_FOOD = moment().isBefore('2021-11-02T20:00-04:00') ? 'Candy_Base' : 'Meat';
let user;
const goldPoints = 40;
const analytics = { track () {} };