Skip to content

Commit b1b7ff1

Browse files
Undo unnecessary change
1 parent 63f0915 commit b1b7ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/client/src/components/editorComponents/Debugger/DebuggerLogs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function DebbuggerLogs(props: Props) {
9494
placeholderText={createMessage(NO_LOGS)}
9595
/>
9696
) : (
97-
paginatedData.map((log, index: number) => {
98-
const logItemProps = getLogItemProps(log);
97+
paginatedData.map((e, index: number) => {
98+
const logItemProps = getLogItemProps(e);
9999

100100
return (
101101
<LogItem

0 commit comments

Comments
 (0)