Skip to content

Commit 8578092

Browse files
committed
Remove obsolete code
1 parent 97dfaf7 commit 8578092

File tree

2 files changed

+1
-60
lines changed
  • src/components/Admin/common/RepositorySidebarOverlay/RepositorySidebar

2 files changed

+1
-60
lines changed

src/components/Admin/common/RepositorySidebarOverlay/RepositorySidebar/Analytics/styles.ts

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,3 @@ import { InsightsContent } from "../../../../../Insights/InsightsContent";
44
export const Content = styled(InsightsContent)`
55
width: 100%;
66
`;
7-
8-
// export const TRANSITION_DURATION = 300;
9-
// export const drawerTransitionClassName = "drawer";
10-
11-
// export const Container = styled.div`
12-
// display: flex;
13-
// flex-direction: column;
14-
// width: 100%;
15-
// `;
16-
17-
// export const ContentContainer = styled.div`
18-
// position: relative;
19-
// flex-grow: 1;
20-
// display: flex;
21-
// overflow-y: auto;
22-
// `;
23-
24-
// export const InsightsList = styled.div`
25-
// display: flex;
26-
// flex-direction: column;
27-
// gap: 8px;
28-
// overflow-y: auto;
29-
// padding: 16px 16px 16px 0;
30-
// width: 100%;
31-
// `;
32-
33-
// export const Footer = styled.div`
34-
// ${caption1RegularTypography}
35-
// display: flex;
36-
// align-items: center;
37-
// margin-top: auto;
38-
// padding: 8px;
39-
// gap: 8px;
40-
// `;
41-
42-
// export const FooterItemsCount = styled.span`
43-
// font-weight: 500;
44-
// color: ${({ theme }) => {
45-
// switch (theme.mode) {
46-
// case "light":
47-
// return "#818594";
48-
// case "dark":
49-
// case "dark-jetbrains":
50-
// return "#b4b8bf";
51-
// }
52-
// }};
53-
// `;
54-
55-
// export const FooterPageItemsCount = styled.span`
56-
// color: ${({ theme }) => {
57-
// switch (theme.mode) {
58-
// case "light":
59-
// return "#494b57";
60-
// case "dark":
61-
// case "dark-jetbrains":
62-
// return "#dfe1e5";
63-
// }
64-
// }};
65-
// `;

src/components/Admin/common/RepositorySidebarOverlay/RepositorySidebar/Issues/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const Issues = ({
116116
onScopeChange={onScopeChange}
117117
onGoToTab={onGoToTab}
118118
isLoading={isLoading}
119-
data={data ?? null}
119+
data={data}
120120
onRefresh={handleRefresh}
121121
onOpenSuggestion={handleOpenSuggestion}
122122
isJiraTicketHintEnabled={isJiraHintEnabled}

0 commit comments

Comments
 (0)