Skip to content

Commit

Permalink
Add header back to action info page
Browse files Browse the repository at this point in the history
  • Loading branch information
JElgar committed Jul 22, 2024
1 parent a49abba commit def9610
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 403 deletions.
5 changes: 3 additions & 2 deletions lib/assets/components/explore_tiles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ class ExploreCampaignTile extends ExploreTile {
return AspectRatio(
aspectRatio: 0.75,
child: InkWell(
onTap: () =>
context.router.push(CampaignInfoRoute(campaignId: campaign.id, listCampaign: campaign)),
onTap: () => context.router.push(
CampaignInfoRoute(campaignId: campaign.id, listCampaign: campaign),
),
child: Column(
children: [
Container(
Expand Down
Loading

0 comments on commit def9610

Please sign in to comment.