.
This commit is contained in:
@@ -415,7 +415,9 @@ const EditProfilePage: React.FC = () => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const handleAddGroup = () => {}
|
const handleAddGroup = () => {
|
||||||
|
console.log("加入社群~")
|
||||||
|
}
|
||||||
|
|
||||||
const getDefaultOption = (options) => {
|
const getDefaultOption = (options) => {
|
||||||
if (!Array.isArray(options) || options.length === 0) {
|
if (!Array.isArray(options) || options.length === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user