diff --git a/web/.gitignore b/web/.gitignore index a3c11f48..a40ed7fa 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -35,3 +35,4 @@ log/ .env /web/ .github +src/common*/ diff --git a/web/src/common/.gitignore b/web/src/common/.gitignore index 34663306..800f3a80 100644 --- a/web/src/common/.gitignore +++ b/web/src/common/.gitignore @@ -10,6 +10,7 @@ # production /build +/dist # misc .DS_Store @@ -21,5 +22,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* - -/dist \ No newline at end of file diff --git a/web/src/components/GlobalHeader/RightContent.js b/web/src/components/GlobalHeader/RightContent.js index 180cbe26..3ef4c16c 100644 --- a/web/src/components/GlobalHeader/RightContent.js +++ b/web/src/components/GlobalHeader/RightContent.js @@ -208,10 +208,10 @@ export default class GlobalHeaderRight extends PureComponent {