Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
y-solb committed Jul 8, 2024
2 parents 2fe188b + eb2fbb7 commit 3b35085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/asset/CardAssetEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function CardAssetEditor({
onChangeEditMode,
}: CardAssetEditorProps) {
const { value, id, layoutId, command } = asset

console.log(asset)
const [ratio, setRatio] = useState(0)
const [activeAssetId, setActiveAssetId] = useRecoilState(activeAssetIdState)
const [isOpenControl, setIsOpenControl] = useState(false)
Expand Down

0 comments on commit 3b35085

Please sign in to comment.