Skip to content

Delete not working properly due to localStorage typo #3

Description

@PrasannaShakya111222

In script.js, inside the removeTransaction(id) function (around line 91) of the 04-expense-tracker, deleting a transaction works visually but it comes back after refresh. This is because the localStorage key is misspelled as "transcations" instead of "transactions", so the updated data isn’t being saved properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions