Skip to content

Commit

Permalink
refactor: 에러 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain committed Nov 12, 2023
1 parent 06d0f34 commit 5115d54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const CongestionStatistics = ({ stationId }: CongestionStatisticsProps) => {
{isError ? (
<Error
title="앗"
message="데이터를 불러오는데 실패했어요"
message="충전소 사용량을 가져오지 못 했어요"
subMessage="잠시 후 다시 시도해주세요"
handleRetry={handleRetry}
minHeight={40.4}
Expand Down

0 comments on commit 5115d54

Please sign in to comment.