fix: minor polish
This commit is contained in:
parent
33dbcb5861
commit
e9717b137e
2 changed files with 3 additions and 3 deletions
|
@ -46,8 +46,8 @@ if (!user) {
|
|||
}
|
||||
|
||||
let newPfpFile: File;
|
||||
const isCropPopupVisible = ref(false); // State to manage the visibility of the CropPopup
|
||||
const cropImageSrc = ref(''); // State to hold the image source for cropping
|
||||
const isCropPopupVisible = ref(false);
|
||||
const cropImageSrc = ref('');
|
||||
|
||||
async function saveChanges() {
|
||||
if (!user) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue