Skip to content

Commit 21ccfd1

Browse files
committed
update code
1 parent 9c0348b commit 21ccfd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/expensifyCard/WorkspaceExpensifyCardListPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function WorkspaceExpensifyCardListPage({route, cardsList, fundID}: WorkspaceExp
9494
const [inputValue, setInputValue, filteredSortedCards] = useSearchResults(allCards, filterCard, sortCards);
9595

9696
const handleIssueCardPress = () => {
97-
clearIssueNewCardFormData(policyID);
97+
clearIssueNewCardFormData();
9898
if (isAccountLocked) {
9999
showLockedAccountModal();
100100
return;

0 commit comments

Comments
 (0)