In api_provider.js, the sendTripRequestResponses() method uses safelyDeleteRow() to remove any declined trips. However, as seen in the screenshot above, if the final row has custom formatting, it looks like safelyDeleteRow() creates a new empty row with the same formatting as the row above it.
In
api_provider.js
, thesendTripRequestResponses()
method usessafelyDeleteRow()
to remove any declined trips. However, as seen in the screenshot above, if the final row has custom formatting, it looks likesafelyDeleteRow()
creates a new empty row with the same formatting as the row above it.