• 
      

    fix bug admin.js

    Review Request #125 — Created Oct. 22, 2025 and updated

    Information

    Reviewers

    71:57 error 'listing' is defined but never used
    101:49 error 'approvalNote' is assigned a value but never used

    ? 26 problems (20 errors, 6 warnings)


    Description From Last Updated

    import thua biet listing

    guest5537guest5537

    import thua listing approvalNote

    guest5537guest5537
    guest9970
    Review request changed
    Added Files:
    guest5537
    1. 
        
    2. admin.js (Revision 1)
      71
                  const filteredListings = allListings.filter(listing => true);
      Show all issues

      import thua biet listing

    3. admin.js (Revision 1)
      101
      export const approveListing = async (listingId, approvalNote = '') => {
      Show all issues

      import thua listing approvalNote

    4.