otd: add once to icons

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-04-12 14:34:24 -07:00
parent 88cf0865e5
commit 2b36c31af0
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
@click="moveLeft" @click="moveLeft"
> >
{{ t("memories", "Move left") }} {{ t("memories", "Move left") }}
<template #icon> <LeftMoveIcon :size="28" /> </template> <template #icon> <LeftMoveIcon v-once :size="28" /> </template>
</NcActionButton> </NcActionButton>
</NcActions> </NcActions>
</div> </div>
@ -33,7 +33,7 @@
@click="moveRight" @click="moveRight"
> >
{{ t("memories", "Move right") }} {{ t("memories", "Move right") }}
<template #icon> <RightMoveIcon :size="28" /> </template> <template #icon> <RightMoveIcon v-once :size="28" /> </template>
</NcActionButton> </NcActionButton>
</NcActions> </NcActions>
</div> </div>