Skip to content

Commit 9263a0f

Browse files
committed
fix lint
1 parent e185507 commit 9263a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/actions/IOU.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1857,7 +1857,7 @@ function startSplitBill(participants, currentUserLogin, currentUserAccountID, co
18571857
undefined,
18581858
category,
18591859
tag,
1860-
billable
1860+
billable,
18611861
);
18621862

18631863
// Note: The created action must be optimistically generated before the IOU action so there's no chance that the created action appears after the IOU action in the chat

0 commit comments

Comments
 (0)