Format & fix lint
This commit is contained in:
		
							parent
							
								
									8ccfa5c3fb
								
							
						
					
					
						commit
						390d42c607
					
				
					 6 changed files with 13 additions and 11 deletions
				
			
		|  | @ -247,7 +247,11 @@ const WebPushEnabled = () => { | |||
|   } | ||||
| 
 | ||||
|   return ( | ||||
|     <Pref labelId={labelId} title={t("prefs_notifications_web_push_title")} description={enabled ? t("prefs_notifications_web_push_enabled_description") : t("prefs_notifications_web_push_disabled_description")}> | ||||
|     <Pref | ||||
|       labelId={labelId} | ||||
|       title={t("prefs_notifications_web_push_title")} | ||||
|       description={enabled ? t("prefs_notifications_web_push_enabled_description") : t("prefs_notifications_web_push_disabled_description")} | ||||
|     > | ||||
|       <FormControl fullWidth variant="standard" sx={{ m: 1 }}> | ||||
|         <Select value={enabled ?? false} onChange={handleChange} aria-labelledby={labelId}> | ||||
|           <MenuItem value>{t("prefs_notifications_web_push_enabled")}</MenuItem> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue