Skip to content

Commit

Permalink
[CHORE]#218 : ImageComponent 내부 함수 소거
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 31, 2025
1 parent ec9edc8 commit ff70458
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ data class ImageComponent(
val url: String = "",
val width: Int = -1,
val height: Int = -1,
) : DynamicUiComponent {
fun isFillMaxWidth() = this.width == 0
fun isFillMaxHeight() = this.height == 0
}
) : DynamicUiComponent

0 comments on commit ff70458

Please sign in to comment.