feat: adjust select rate ui to latest design
This commit is contained in:
@@ -12,6 +12,7 @@ export default function RoomProvider({
|
||||
room,
|
||||
}: RoomProviderProps) {
|
||||
const activeRoom = useRatesStore((state) => state.activeRoom)
|
||||
const closeSection = useRatesStore((state) => state.actions.closeSection(idx))
|
||||
const modifyRate = useRatesStore((state) => state.actions.modifyRate(idx))
|
||||
const selectFilter = useRatesStore((state) => state.actions.selectFilter(idx))
|
||||
const selectRate = useRatesStore((state) => state.actions.selectRate(idx))
|
||||
@@ -21,6 +22,7 @@ export default function RoomProvider({
|
||||
value={{
|
||||
...room,
|
||||
actions: {
|
||||
closeSection,
|
||||
modifyRate,
|
||||
selectFilter,
|
||||
selectRate,
|
||||
|
||||
Reference in New Issue
Block a user