Skip to content

Commit

Permalink
fix(kskeleton): minor fix [KHCP-8999]
Browse files Browse the repository at this point in the history
  • Loading branch information
portikM committed Mar 25, 2024
1 parent d071ce7 commit 0bed2c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/KSkeleton/CardSkeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const props = defineProps({
const cardMaxWidth = computed((): string => {
if (props.maxWidth) {
console.log(props.maxWidth)
return getSizeFromString(props.maxWidth)
}
Expand Down

0 comments on commit 0bed2c2

Please sign in to comment.