async handleDeleteContent(){

        const hasBeenDeleted = await deleteSavedContent(this.state.info.id);

        if(hasBeenDeleted){