Skip to content

Commit

Permalink
fix: remove unused stuff from graphql query
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Sep 11, 2024
1 parent 44ba4ff commit b04f525
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions apps/native/app/src/graphql/fragments/application.fragment.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,6 @@ fragment ApplicationFragment on Application {
status
institution
actionCard {
title
description
tag {
label
variant
}
pendingAction {
displayStatus
content
title
}
history {
log
date
}
deleteButton
draftTotalSteps
draftFinishedSteps
}
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/src/ui/lib/card/status-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function StatusCard({
/>
)}
</Content>
<View style={{ flex: 1 }}></View>
<View style={{ flex: 1 }} />
{actions.length ? (
<ActionsContainer>
{actions.map(({ text, onPress }, i) => (
Expand Down

0 comments on commit b04f525

Please sign in to comment.