From b8f0da7a0c54e543ea3068eee8f7386b3854988e Mon Sep 17 00:00:00 2001 From: saumyakaran <40575379+saumyakaran@users.noreply.github.com> Date: Sun, 29 Nov 2020 10:54:13 +0530 Subject: [PATCH] feat: added cookie management feature User can change their cookie preference from settings now --- components/common/layouts/dashboard.js | 2 +- components/settings/index.js | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/components/common/layouts/dashboard.js b/components/common/layouts/dashboard.js index ae2706f4..82ae2de0 100644 --- a/components/common/layouts/dashboard.js +++ b/components/common/layouts/dashboard.js @@ -215,7 +215,7 @@ const withDashboardLayout = (children) => {