Skip to content

Commit

Permalink
Update src/participation.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
timea-solid and TallTed authored Aug 16, 2023
1 parent a619f5a commit 6cc5d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/participation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const store = solidLogicSingleton.store as LiveStore
* @param {NamedNode} unused1/document - the document to render (this argument is no longer used, but left in for backwards compatibility)
* @param {NamedNode} subject - the thing in which the participation is happening
* @param {NamedNode} unused2/me - user that is logged into the pod (this argument is no longer used, but left in for backwards compatibility)
* @param {ParticipationOptions} options - the options that can be passed in are deleteFunction, link, and draggable these are used by the personTR button
* @param {ParticipationOptions} options - the options that can be passed in are deleteFunction, link, and draggable; these are used by the personTR button
*/
export function renderParticipants (dom: HTMLDocument, table: ParticipationTableElement, unused1: NamedNode, subject: NamedNode, unused2: NamedNode, options: ParticipationOptions) {
table.setAttribute('style', style.participantsStyle)
Expand Down

0 comments on commit 6cc5d71

Please sign in to comment.