Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SurabhiKeesara committed Nov 12, 2023
1 parent 34e568f commit fb4cbec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/careEntry/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { useDispatch, useSelector } from 'react-redux';
import { isAdmin, getUserID } from '../../auth/ducks/selectors';
import styled from 'styled-components';
import {
ConfirmDeleteButton,
EditButton,
StyledClose,
} from '../themedComponents';
Expand Down Expand Up @@ -52,7 +51,7 @@ const EntryMessage = styled(Typography.Paragraph)`
color: ${TEXT_GREY};
`;

export const DeleteActivityButton = styled(LinkButton)`
const DeleteActivityButton = styled(LinkButton)`
color: ${WHITE};
margin: 10px;
padding: 0px 10px;
Expand Down
3 changes: 2 additions & 1 deletion src/components/treePage/siteImageCarousel.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Carousel, message, Modal, Space } from 'antd';
import { Carousel, message, Space } from 'antd';
import LeftOutlined from '@ant-design/icons/lib/icons/LeftOutlined';
import RightOutlined from '@ant-design/icons/lib/icons/RightOutlined';
import { useSelector } from 'react-redux';
Expand Down Expand Up @@ -103,6 +103,7 @@ export const SiteImageCarousel: React.FC = () => {
</div>
))}
</StyledCarousel>

<FooterContainer>
<div>
{t('site_image.uploaded_by', {
Expand Down

0 comments on commit fb4cbec

Please sign in to comment.