Skip to content

Commit

Permalink
[#12] Fix survey list width and delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suphanatjarukulgowit committed Feb 10, 2023
1 parent 8ed60c9 commit e3a1179
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/assets/stylesheets/components/_survey_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
top: 25.38%;
bottom: 36.88%;
height: 70%;
width: 44rem;
.swiper {
width: 100%;
cursor: pointer;
Expand Down
2 changes: 0 additions & 2 deletions src/components/SkeletonLoader/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import React from 'react';

// import styles from './SkeletonLoader.module.css';

interface SkeletonLoaderProps {
width: number | string;
height: number;
Expand Down

0 comments on commit e3a1179

Please sign in to comment.