瀏覽代碼

fix accounts 403 error'

Alexander Belanger 5 年之前
父節點
當前提交
4ab12754cf
共有 1 個文件被更改,包括 1 次插入3 次删除
  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 />