mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 20:49:27 +00:00
Fix formatting in frontend
This commit is contained in:
@@ -62,7 +62,7 @@ const Channels = () => {
|
||||
|
||||
const handleUserConfigUpdate = async (config: Partial<UserConfigType>) => {
|
||||
const updatedUserConfig = await updateUserConfig(config);
|
||||
const { data: updatedUserConfigData } = updatedUserConfig ;
|
||||
const { data: updatedUserConfigData } = updatedUserConfig;
|
||||
|
||||
if (updatedUserConfigData) {
|
||||
setUserConfig(updatedUserConfigData);
|
||||
|
||||
@@ -89,7 +89,7 @@ const Download = () => {
|
||||
|
||||
const handleUserConfigUpdate = async (config: Partial<UserConfigType>) => {
|
||||
const updatedUserConfig = await updateUserConfig(config);
|
||||
const { data: updatedUserConfigData } = updatedUserConfig ;
|
||||
const { data: updatedUserConfigData } = updatedUserConfig;
|
||||
|
||||
if (updatedUserConfigData) {
|
||||
setUserConfig(updatedUserConfigData);
|
||||
|
||||
Reference in New Issue
Block a user