Commit 3005dfa 1 parent 5550356 commit 3005dfa Copy full SHA for 3005dfa
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- import ArrowSvg from "@/assets/icons/ic_arrow.svg?react" ;
2
1
import { Link } from "react-router-dom" ;
3
2
import styled from "styled-components" ;
4
3
5
4
import type { ColorKeys , TypoKeys } from "@/styles/theme" ;
6
5
6
+ import ArrowSvg from "@/assets/icons/ic_arrow.svg?react" ;
7
+
7
8
export const Container = styled . main `
8
9
background-color: ${ ( { theme } ) => theme . color . greyScale7 } ;
9
10
padding-bottom: 62px;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const RoomDetail = () => {
44
44
draggable = { true }
45
45
/>
46
46
< RoomInfo room = { rawData } discount = { discountRate } />
47
- < RoomNavBar room = { rawData } discount = { discountRate } roomId = { productId } />
47
+ < RoomNavBar room = { rawData } roomId = { productId } />
48
48
</ S . Container >
49
49
) ;
50
50
} ;
You can’t perform that action at this time.
0 commit comments