Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95bf59bf authored by Akhil's avatar Akhil 🙂
Browse files

Fix lint

parent 9fff03e4
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
<template>
	<SettingsSection :title="t('ecloud-accounts', 'Options')" v-if="shopUserExists">
	<SettingsSection v-if="shopUserExists" :title="t('ecloud-accounts', 'Options')">
		<p>
			{{
				t('ecloud-accounts', 'We are going to proceed with your cloud account suppression. Check the box below if you also want to delete the associated shop account.')
@@ -125,8 +125,8 @@ export default {
					url,
					{
						params: {
							shopEmailPostDelete: this.shopEmailPostDelete
						}
							shopEmailPostDelete: this.shopEmailPostDelete,
						},
					}
				)
				return status
+1 −1

File changed.

Contains only whitespace changes.