Skip to content

Commit

Permalink
[2.1.0] 불필요한 코드 삭제 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
wonniiii committed Aug 7, 2024
1 parent 6c63e98 commit 5b1ce13
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions package-kuring/Sources/UIKit/BotUI/BotView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import SwiftUI
import ComposableArchitecture
import ColorSet
import BotFeatures
import TipKit

public struct BotView: View {
@Bindable var store: StoreOf<BotFeature>
Expand Down Expand Up @@ -155,13 +154,6 @@ public struct BotView: View {
}
}

struct InfoTip: Tip {
var title: Text {
Text(" ・ 쿠링봇은 2024년 6월 이후의 공지사항 내용을 기준으로 답변할 수 있어요.\n")
+ Text(" ・ 테스트 기간인 관계로 한 달에 2회까지만 질문 가능해요.")
}
}

/// 글자 수 max 판단
extension Binding where Value == String {
func limit(to maxLength: Int) -> Self {
Expand Down

0 comments on commit 5b1ce13

Please sign in to comment.