Skip to content

Commit

Permalink
Instabug fixes (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
beastoin authored Oct 31, 2024
2 parents b944e30 + 0c1b19b commit 8a26ee2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/lib/pages/memory_detail/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class GetSummaryWidgets extends StatelessWidget {
? const SizedBox.shrink()
: SelectionArea(
child: Text(
memory.structured.overview,
memory.structured.overview.decodeString,
style: TextStyle(color: Colors.grey.shade300, fontSize: 15, height: 1.3),
),
),
Expand Down Expand Up @@ -282,7 +282,7 @@ class EventsListWidget extends StatelessWidget {
},
contentPadding: EdgeInsets.zero,
title: Text(
event.title,
event.title.decodeString,
style: const TextStyle(color: Colors.white, fontSize: 16, fontWeight: FontWeight.w600),
),
subtitle: Padding(
Expand Down
2 changes: 1 addition & 1 deletion community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@
"setup_instructions_file_path": "/plugins/instructions/notion-crm/README.md",
"auth_steps": [
{
"name": "Auhtorize Notion Account",
"name": "Authorize Notion Account",
"url": "https://based-hardware--plugins-api.modal.run/setup-notion-crm"
}
]
Expand Down

0 comments on commit 8a26ee2

Please sign in to comment.