frontend: changed thumbnail to profile picture
This commit is contained in:
@@ -99,7 +99,7 @@ export const actions = {
|
||||
|
||||
return {
|
||||
success: true,
|
||||
thumbnail: response["s3_url"],
|
||||
profile_picture: response[""],
|
||||
};
|
||||
},
|
||||
/**
|
||||
@@ -132,7 +132,7 @@ export const actions = {
|
||||
|
||||
return {
|
||||
success: true,
|
||||
thumbnail: "",
|
||||
profile_picture: "",
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user