Browse Source

fix accounts 403 error'

Alexander Belanger 5 năm trước cách đây
mục cha
commit
4ab12754cf
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 3
      dashboard/src/main/home/modals/AccountSettingsModal.tsx

+ 1 - 3
dashboard/src/main/home/modals/AccountSettingsModal.tsx

@@ -60,9 +60,7 @@ const AccountSettingsModal = () => {
       <Heading>
         <GitIcon src={github} /> Github
       </Heading>
-      {accessError ? (
-        <Placeholder>An error has occured.</Placeholder>
-      ) : accessLoading ? (
+      {accessLoading ? (
         <LoadingWrapper>
           {" "}
           <Loading />