chore: clean unused variable
This commit is contained in:
@@ -201,9 +201,6 @@ export function StreamView({ path, streamParticle }: StreamViewProps) {
|
|||||||
updateStreamPlaybackMarker(streamDocPath, userId, currentParticle.created_at);
|
updateStreamPlaybackMarker(streamDocPath, userId, currentParticle.created_at);
|
||||||
}, [currentParticle, path])
|
}, [currentParticle, path])
|
||||||
|
|
||||||
// Stream name from properties (narrowed to stream type)
|
|
||||||
const streamName = streamParticle.properties.name
|
|
||||||
|
|
||||||
// Author info from current particle
|
// Author info from current particle
|
||||||
const authorEmail = currentParticle?.created_by_email ?? "";
|
const authorEmail = currentParticle?.created_by_email ?? "";
|
||||||
const authorInitials = authorEmail.split("@")[0]?.slice(0, 2).toUpperCase() ?? "";
|
const authorInitials = authorEmail.split("@")[0]?.slice(0, 2).toUpperCase() ?? "";
|
||||||
|
|||||||
Reference in New Issue
Block a user