remove debug log comment
This commit is contained in:
parent
3f49c93ecb
commit
b3c8d32d5a
|
@ -50,7 +50,6 @@ export function postCommentUseRemoteLineItems ({ parentId } = {}) {
|
|||
useEffect(() => {
|
||||
const repetition = data?.itemRepetition
|
||||
if (!repetition) return setLine({})
|
||||
console.log('repetition', repetition)
|
||||
setLine({
|
||||
itemRepetition: {
|
||||
term: <>x 10<sup>{repetition}</sup></>,
|
||||
|
|
Loading…
Reference in New Issue