랜드 정보 조회
This commit is contained in:
@@ -6,6 +6,7 @@ import BattleEventModal from './modal/BattleEventModal'
|
||||
import ReportListAnswerModal from './modal/ReportListAnswerModal';
|
||||
import ReportListDetailModal from './modal/ReportListDetailModal';
|
||||
import UserBlockDetailModal from './modal/UserBlockDetailModal';
|
||||
import OwnerChangeModal from './modal/OwnerChangeModal';
|
||||
//searchbar
|
||||
import ReportListSearchBar from './searchBar/ReportListSearchBar';
|
||||
import UserBlockSearchBar from './searchBar/UserBlockSearchBar';
|
||||
@@ -35,5 +36,6 @@ export {
|
||||
EventListSearchBar,
|
||||
LandAuctionSearchBar,
|
||||
LandAuctionModal,
|
||||
BattleEventModal
|
||||
BattleEventModal,
|
||||
OwnerChangeModal
|
||||
};
|
||||
|
||||
@@ -52,7 +52,7 @@ const SingleTimePicker = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
<FormLabel>{label}</FormLabel>
|
||||
{label && <FormLabel>{label}</FormLabel>}
|
||||
<TimeContainer>
|
||||
<StyledSelectInput
|
||||
onChange={handleTimeChange}
|
||||
|
||||
Reference in New Issue
Block a user