Remove Group "Address" - it is badly named, and no longer relavent

This commit is contained in:
Sarah Jamie Lewis 2022-06-20 12:58:16 -07:00
parent c01860f1de
commit f71bce5b71
1 changed files with 0 additions and 16 deletions

View File

@ -91,22 +91,6 @@ class _GroupSettingsViewState extends State<GroupSettingsView> {
tooltip: AppLocalizations.of(context)!.saveBtn,
)
]),
// Address Copy Button
Column(mainAxisAlignment: MainAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start, children: [
SizedBox(
height: 20,
),
CwtchLabel(label: AppLocalizations.of(context)!.groupAddr),
SizedBox(
height: 20,
),
CwtchTextField(
controller: ctrlrGroupAddr,
hintText: '',
validator: (value) {},
)
]),
Column(mainAxisAlignment: MainAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start, children: [
SizedBox(
height: 20,